alo: ALO schema of Altos Labs

Installation

pip install https://github.com/laminlabs/alo.git

Get started

Make a new migration

  • Modify models.py to reflect your changes in model definition.

  • Run lamin migrate create on CLI to create a new migration script under migrations/.

  • Run lamin migrate deploy to migrate your database. (Make sure you test on a local instance first (see Quickstart) before deploying to your production instances.)