Skip to content

m1nuz/launchdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

launchdb

Build Status Build status license

Database creation tool

Features

Input formats

  • JSON
  • YAML

Postgres

  • Schema creation
  • Tables
  • Pimary keys
  • Foreign keys
  • Indices
  • Comments
  • Ownership
  • Users
  • Privileges

Sqlite

  • Schema creation
  • Tables
  • Pimary keys
  • Foreign keys
  • Indices
  • Comments

How to Build

cd build
cmake ..
cmake --build .

Releases

No releases published

Packages

No packages published