. ├── alembic/ # Database migrations ├── app/ # Application code │ ├── api/ # API routes │ │ └── v1/ # API version 1 │ │ ├── endpoints/ # API endpoints │ │ └── api.py # API router │ ├── core/ # Core ...
MSchema is a semi-structured schema representation of database structure, which could be used in various scenarios such as Text-to-SQL. This repository contains the code for connecting to the database ...