What its all about
Katzebase is a document-based database written in C# using .net 7 that runs on Windows or Linux. By default It can run as a service but the libraries can also be embedded. It basically supports what you'd expect from a typical relational-database-management-system except the "rows" are stored as key-value pairs and the schema is not fixed. The engine is wrapped by MVC controllers and allows access via APIs, a SQL like syntax or by using the bundled management UI (which just calls the APIs).

High-level Features:

Sample Data
You can download the sample Katzebase database, which is a dump of the AdventureWorks2012 SQL Server database. Yea, I know its old - but thats the database I had on hand.

Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. If you want to join the project, shoot us an email: https://github.com/NTDLS/Katzebase.
Related