8 comments (8 comments)25 reactions (25 reactions)1 assignee (1 assignee)JavaScript4,852 stars (4,852 stars)1,534 forks (1,534 forks)batch import
help wanted
Description
请问最新版的是sqlite数据库吗?我在安装的时候没有让选择数据库, 现在我想要添加多个用户, 怎么办?
Contributor guide
- Tech stack
- javajavascriptsqlite
- Domain
- backenddatabase
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 4
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- over 1 week
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- Java knowledgeSQLite basicsTale project setup
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 10
- Research direction
- Investigate whether the current version uses SQLite as mentioned in the issue. Look at the project's configuration files (e.g., application.properties) to determine the database setup. Review the user model and authentication logic to understand how to add multiple users. Check any existing comments in the issue for maintainer responses or suggested approaches.