Skip to content

Conversation

@DLaneAtElekta
Copy link
Owner

Implements Prolog predicates simulating a SQL database engine where
all operations (INSERT, UPDATE, DELETE) are stored as events. The
current state is derived by replaying events - demonstrating how SQL
databases are fundamentally event sourcing systems.

Features:

  • CQL-style term format (table :: [col-Var, ...])
  • DDL operations (CREATE TABLE, DROP TABLE)
  • DML operations with full event capture
  • Transaction support with rollback
  • State projection by event replay
  • Complete audit trail capability

Implements Prolog predicates simulating a SQL database engine where
all operations (INSERT, UPDATE, DELETE) are stored as events. The
current state is derived by replaying events - demonstrating how SQL
databases are fundamentally event sourcing systems.

Features:
- CQL-style term format (table :: [col-Var, ...])
- DDL operations (CREATE TABLE, DROP TABLE)
- DML operations with full event capture
- Transaction support with rollback
- State projection by event replay
- Complete audit trail capability
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants