Getting Started
Introduction#
Almost every modern web application interacts with a database. Pyrannic makes interacting with databases extremely simple across a variety of supported databases using a ORM query builder. Currently, Pyrannic provides first-party support for four databases:
- MariaDB 10.3+
- MySQL 5.7+
- PostgreSQL 10.0+
- SQLite 3.26.0+
Interaction with a database is a fundamental requirement for nearly all modern web applications. Pyrannic streamlines these database interactions through its intuitive ORM query builder, offering compatibility with several major systems. At present, Pyrannic offers comprehensive, first-party support for the following four databases:
- MariaDB 10.3+
- MySQL 5.7+
- PostgreSQL 10.0+
- SQLite 3.26.0+
Configuration#
Work in Progress
This section page is currently under development and will be accessible very soon.
SQLite Configuration#
Work in Progress
This section page is currently under development and will be accessible very soon.
Configuration Using URLs#
Work in Progress
This section page is currently under development and will be accessible very soon.
SQLAlchemy Service Provider#
Work in Progress
This section page is currently under development and will be accessible very soon.