/txtdb

An experimental RDBMS and DB engine using CSV text files to store tables.

Primary LanguagePythonISC LicenseISC

txtdb

An attempt to create a simple database engine and RDBMS which stores the table data in text files, using the CSV format.

Please do not use this for anything important, it was created as a learning project.

Usage

WIP.