pycubrid is a pure Python database driver for CUBRID that implements Python DB-API 2.0 (PEP 249). It is designed for portability and easy installation with no native C extension build step.
app/ ├── command/ # Command pattern implementation ├── domain/ # Domain models and business logic ├── endpoint/ # FastAPI routes and handlers ├── event/ # Event-driven architecture ├── handler/ # ...