alo: ALO schema of Altos Labs¶
Installation¶
pip install https://github.com/laminlabs/alo.git
Get started¶
Get started with Quickstart for usage.
Check Reference for custom registries.
Make a new migration¶
Modify models.py to reflect your changes in model definition.
Run
lamin migrate createon CLI to create a new migration script under migrations/.Run
lamin migrate deployto migrate your database. (Make sure you test on a local instance first (see Quickstart) before deploying to your production instances.)