mssql_connect 0.0.3 copy "mssql_connect: ^0.0.3" to clipboard
mssql_connect: ^0.0.3 copied to clipboard

A Flutter plugin for Microsoft SQL Server (MSSQL) connectivity. Supports executing queries, managing connections, and SQL Server Change Tracking across multiple platforms.

0.0.3 #

  • Added SQL Server Change Tracking support.
  • New methods in MsSqlConnection:
    • getChangeTrackingVersion(): Get current database sync version.
    • hasTableChanges(): Quickly check if a table has any changes.
    • getMinValidVersion(): Verify if last sync version is still valid.
    • getTableChanges(): Get detailed list of modified primary keys and operations (Insert, Update, Delete).
  • Improved performance for multi-counter POS systems and real-time data synchronization.

0.0.2 #

  • Fix: Image bug fix.

0.0.1 #

  • Initial release of mssql_connect.
  • Basic support for MS SQL Server connection and query execution.
  • Support for Android and Windows platforms.
4
likes
160
points
14
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for Microsoft SQL Server (MSSQL) connectivity. Supports executing queries, managing connections, and SQL Server Change Tracking across multiple platforms.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on mssql_connect

Packages that implement mssql_connect