0.1.8 • Published 4 years ago

@giraphy/giraphy v0.1.8

Weekly downloads
9
License
ISC
Repository
github
Last release
4 years ago

!!!DEVELOPING!!!

Please do not install giraphy. This library is currently under development.

Stay tuned for the release!

Install giraphy

$ npm i -g giraphy-cli
$ giraphy init giraphy-example
$ cd giraphy-example
$ npm i 
cd giraphy-example

Write your first giraphy.yaml

database:
  type: MySQL
  version: 5.7
  host: 127.0.0.1
  user: root
  password: root
  database: example

Build your first schema-base.ts automatically

$ giraphy-cli rdbms build-schema

Write your first schema.ts

// TODO
0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.5

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago