Skip to main content

Module database

Module database 

Source
Expand description

Database connection and driver management.

Contains the Database struct for connection pooling and driver detection, as well as the Drivers enum for identifying the database backend.

§Database Module

This module provides the core database connection and management functionality for Bottle ORM. It handles connection pooling, driver detection, table creation, and foreign key management across PostgreSQL, MySQL, and SQLite.

Structs§

Database
The main entry point for Bottle ORM database operations.
DatabaseBuilder
RawQuery

Enums§

Drivers
Supported database drivers for Bottle ORM.

Traits§

Connection