db_client 0.1.0
db_client: ^0.1.0 copied to clipboard
A Dart package for interacting with ODBC databases. It allows you to connect to ODBC data sources and execute SQL queries directly from your Dart applications.
Changelog #
All notable changes to this project will be documented in this file.
The format loosely follows Keep a Changelog and the project adheres to Semantic Versioning.
0.1.0 - 2025-12-09 #
Added #
- Initial release of db_client
DbClientinterface andSqlDbClientimplementation for clean database accessDbRequestfor building queries with parametersDbResponsefor structured query responsesDbClientConfigfor connection configuration- Support for parameterized queries (SQL injection prevention)
- Connection management with lazy initialization
- Support for ODBC databases: SQL Server, Oracle, and others