cihangir / geneddl

Package geneddl generates your database structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoDoc Build Status

geneddl

Tired of bootstrapping?

Json-schema based SQL generation with Go (golang).

Why Code Generation?

Whenever a bootstrap is required for a project we are hustling with creating the required folder, files, databases, roles/users schemas, sequences, tables, constraints, extensions types etc...

This package aims to ease that pain

What is JSON-Schema?

JSON Schema specifies a JSON-based format to define the structure of your data for various cases, like validation, documentation, and interaction control. A JSON Schema provides a contract for the JSON data required by a given application, and how that data can be modified.

TLDR: here is an example twitter.json

Where is sample output?

Right here twitter/db

About

Package geneddl generates your database structure


Languages

Language:Go 100.0%