Skip to content

panotza/pg2ent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pg2Ent

generate ent schema from your existing sql file.

  • this tool was created to be used in my work only it may contains many bugs, missing many features but I hope it might be useful to you in someway :)

Installation

CGO_ENABLED=1 go install github.com/panotza/pg2ent@main

Basic usage

pg2ent read yaml config file name pg2ent.yaml you can find example config in examples directory
after configuration is completed. run

pg2ent

What it can't not do right now

    - parse sql function arguments
    - ent edges

About

generate ent schema from your existing sql file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages