dart_odbc 1.2.0+1 copy "dart_odbc: ^1.2.0+1" to clipboard
dart_odbc: ^1.2.0+1 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.

1.0.0 #

  • Initial version.

1.0.1+1 #

  • Improved memory management with the ffi

1.0.2+1 #

  • Renamed low level API class from api/sql to ffi/libodbc and renamed the class to LibODBC

1.1.0+1 #

  • Implemented sanitization of sql queries using prepared statements

1.1.1+1 #

  • Improved exception handeling
  • Made setting up OSBC version optional.
  • Verified functionality with Oracle

1.1.1+2 #

  • Updated documentation

1.2.0+1 #

  • Implemented removeWhitespaceUnicodes method to remove unicode whitespace characters on some platforms with some drivers (Thanks to Salah Sonbol)
16
likes
150
pub points
73%
popularity

Publisher

verified publisherslpirate.dev

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

#db #database #odbc #sqlserver #oracle

Documentation

API reference

License

MIT (license)

Dependencies

ffi

More

Packages that depend on dart_odbc