Skip to content

niko-roether/tome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tomedb

TomeDB is supposed to be a modern, novel database system that unites the strengths of relational databases and document stores/relational databases.

The ideas are as follows:

  • Fixed table schemas, like in a relational database
  • Allow array types and nested structs
  • Compile-time query compilation at the application layer; communication with database via novel PQP (Procedual Query Protocol)
  • Simple, modern and comfortable (no "varchar(256)", basically)
  • Modern querying syntax

Copyright

All source code files in this repository are subject to the GNU General Public License Version 3.

tomedb Copyright (C) 2023 Nicholas Roether

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages