/reflectdb

Local database engine with reflections-based DDL and Collections-compatible DML

Primary LanguageGoGNU Affero General Public License v3.0AGPL-3.0

reflectdb

A local directory-based database engine.

What is special about reflectdb:

  • reflectdb does not use any SQL. All database queries are expressed in code.
  • Data structure are created from language structure reflections (e.g. Java classes) with automatic migration