m1nuz / launchdb

Database creation tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 .

About

Database creation tool

License:MIT License


Languages

Language:C++ 98.6%Language:CMake 1.3%Language:C 0.0%