Open Issues Need Help
View All on GitHub [FEATURE] create parser for queries 2 months ago
AI Summary: Implement a parser for a simple database in Rust, following the CRUD pattern. The parser should handle commands to create, read, update, and delete databases, tables, rows, and columns. The input format is a string-based command language, and the output should interact with text files representing the database. A basic, functional parser is the goal.
Complexity:
3/5
documentation enhancement help wanted good first issue
Just Simple DataBase
Rust
#database#database-management#rust#rust-database#rust-lang#rust-library#rustprogramming