db_client 0.1.0 copy "db_client: ^0.1.0" to clipboard
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
  • DbClient interface and SqlDbClient implementation for clean database access
  • DbRequest for building queries with parameters
  • DbResponse for structured query responses
  • DbClientConfig for connection configuration
  • Support for parameterized queries (SQL injection prevention)
  • Connection management with lazy initialization
  • Support for ODBC databases: SQL Server, Oracle, and others
0
likes
0
points
38
downloads

Publisher

verified publisherccisne.dev

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#sql #odbc #sqlserver #oracle

License

unknown (license)

Dependencies

ffi

More

Packages that depend on db_client