Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 506 Bytes

readme.md

File metadata and controls

8 lines (6 loc) · 506 Bytes

Internal package to share schemas across different components of taus. Do not import it directly unless you are trying to build a custom fork for a different DB layout, or to add new schemas for operations.

How to generate new DB schemas

The library used is sequelize-auto. You can reference its own documentation for more details. Schemas are stored in the folder db-schemas.

Github version

The version of this package on github also have a folder reference with an example DB and its schema.