Yardb is a file management system based on a dbms architecture to perform its operations. It uses sql language but contains support for other data types. The project was created for study purposes and should not be used in production. Its future additions should support .tar files and native time series operations.
You can install the yardb with pip:
$ pip install yardbor using the direct github link:
$ pip install git+https://github.com/jose-gilberto/yardbThe project is now under development.
- Information Catalog
- Information Schema Columns
- Basic DDL statements (
CREATE, ALTER, DROP) - Basic DQL statement (
SELECT * FROM ...)
Start the dbms server:
$ yardb startOpen the cli interface for statements:
$ yardb cli- Python 3
- José Gilberto - Author