dartapi_db library

Classes

DartApiDB
The core interface for database access in DartAPI.
DatabaseFactory
A factory class responsible for instantiating the correct database driver based on the provided DbConfig.
DbConfig
DbResult
Represents the result of a database operation.
MySqlDatabase
A concrete implementation of DartApiDB for MySQL databases.
PostgresDatabase
A PostgreSQL implementation of SqlDatabase using the postgres package.

Enums

DbType