Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 865 Bytes

README.md

File metadata and controls

41 lines (32 loc) · 865 Bytes

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 .