aim_database 0.1.0 copy "aim_database: ^0.1.0" to clipboard
aim_database: ^0.1.0 copied to clipboard

Database abstraction layer for Aim. Provides common interfaces for database drivers like aim_postgres.

aim_database #

Database abstraction layer for Dart.

Documentation | pub.dev

Overview #

aim_database provides common interfaces for database drivers in the Aim ecosystem. It defines the Database and Transaction abstract classes that concrete database implementations must implement. This package is typically used as a dependency of database driver packages rather than installed directly.

For database functionality, use a concrete driver package like aim_postgres.

Installation #

dependencies:
  aim_database: ^0.0.1

Documentation #

For detailed usage, examples, and API reference, see the documentation.

1
likes
150
points
158
downloads

Publisher

verified publisheraim-dart.dev

Weekly Downloads

Database abstraction layer for Aim. Provides common interfaces for database drivers like aim_postgres.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on aim_database