fortytw2 / voodoo

cloud native relational database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Voodoo Build Status

! WIP !

A NewSQLy Database of sorts.

Declarative DDL - the entire database structure is kept in a single file, any changes are "applied".

Datatypes

Voodoo has a relatively restricted set of primitive datatypes.

  • TIMESTAMP
  • TIMEZONE
  • DATE
  • INT64
  • FLOAT64
  • TEXT
  • BOOL

License

MIT

About

cloud native relational database

License:MIT License


Languages

Language:Go 100.0%