Generic single-database configuration with Alembic. This directory contains database migrations for the Solana Arbitrage Analytics Backend. To apply migrations: ``` alembic upgrade head ``` To create a new migration: ``` alembic revision -m "description of changes" ```