Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
paolorechia authored Jan 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 092d0f3 commit e0a8263
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -159,15 +159,17 @@ Our roadmap for the first iteration might end up looking like this:
### Second iteration: making it usable (v0.2.0)
1. Add proper documentation to project [x]
2. Adds proper logging strategy to the server [x]
3. Add another API besides the REPL to query the database []
3. Split project into several crates [x]
5. Add another API besides the REPL to query the database []
* This can be either a traditional TCP or a HTTP server. It should be as simple as possible, and just receive a string of the SQL command
* Make REPL support both backends: Standalone process or network server
4. Add configuration file []
5. Add create table command []
6. Add drop table command []
7. Add alter table command []
8. Multiple tables query support (add FROM clause support) []
9. Support filters (add basic WHERE clause support) []
6. Add configuration file []
7. Add create table command []
8. Add drop table command []
9. Add alter table command []
10. Multiple tables query support (add FROM clause support) []
11. Support filters (add basic WHERE clause support) []
12. Update documentation []



0 comments on commit e0a8263

Please sign in to comment.