Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md - format and grammar #2

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
# AstralPathSQL
By BestLoveForYou
website:[website](http://www.godserver.cn/)
Creator: BestLoveForYou
website: [website](http://www.godserver.cn/)
email:yaoboyulove@163.com

# Brief Introduction:
This is a database system, completely based on java!
At present, balanced binary tree is used in data structure, and its unique data storage structure makes it still competent in the face of a large amount of data
- This is a database system, completely based on java!
- The data structure used is a balanced binary tree.
- This data structure allows for efficient storage, insertion and deletion even with large amounts of data.

# Usage
**Server**:Download /AstralPathSQL/out/artifacts/AstralPathSQLServer_jar/AstralPathSQL.jar
**Server**: Download /AstralPathSQL/out/artifacts/AstralPathSQLServer_jar/AstralPathSQL.jar
launch it: java -jar AstralPathSQL.jar

**Client**:Download /AstralPathSQL/out/artifacts/AstralPathSQL_jar/AstralPathSQL.jar
**Client**: Download /AstralPathSQL/out/artifacts/AstralPathSQL_jar/AstralPathSQL.jar
launch it in a same way

# Config
The config of it (info.properties) include port , all_connect , and change_time
You can change the config (such as the port) to change application's port .Of course, you should do it after stop this application
You can change the config (such as the port) to change application's port. Warning: Only change config after shutting down application.

# Update records
# v1.000 series
Expand Down