keep-starknet-strange / vault

Empower Your Assets, Redefine Control.
https://vlt.finance
MIT License
18 stars 16 forks source link

Add DrizzleORM to the backend #46

Closed fracek closed 2 months ago

fracek commented 2 months ago

This PR adds DrizzleORM to the backend, so that we can use it to generate the schema migrations going forward.

It also has a nice API for building the backend API.

We need a follow-up PR to split the docker-compose file in infra/indexers in two: one with the database (also used by the backend) and one with just the indexers.

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vault ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 5, 2024 1:06pm
fracek commented 2 months ago

I updated the PR.