dart_mssql 0.0.1 copy "dart_mssql: ^0.0.1" to clipboard
dart_mssql: ^0.0.1 copied to clipboard

outdated

MS-SQL Driver for Dart (32 & 64bits)

dart_mssql #

MSSQL Driver for Dart

Important #

  • Works only on Windows (32bits or 64bits)
  • You have to install OLE DB Driver

Example Usage #

import 'package:dart_mssql/dart_mssql.dart';

MssqlConnection connection = MssqlConnection(host, databaseName, username, password);

SqlResult result; int id = 1; String cmd = "select * from mytable where id=$id"; // sorry! param binding not yet implemented!

result = await connection.execute(cmd);

31
likes
0
pub points
68%
popularity

Publisher

unverified uploader

MS-SQL Driver for Dart (32 & 64bits)

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

quiver

More

Packages that depend on dart_mssql