sql_commander 1.0.7 copy "sql_commander: ^1.0.7" to clipboard
sql_commander: ^1.0.7 copied to clipboard

outdated

A SQL command chain handler and executor that is database-agnostic, with built-in support for MySQL and PostgreSQL.

1.0.7 #

  • apollovm: ^0.0.43

1.0.6 #

  • New CommandLog and WithVariables.

  • Command extends CommandLog.

  • DBCommand:

    • Added field properties.
  • New DBCommandSet.

  • SQL:

    • Added field executedSQL, with the actual executed SQL String.
  • New Procedure: allows execution of dynamic Dart code loaded by ApolloVM.

  • apollovm: ^0.0.38

1.0.5 #

  • SQL:
    • Added parseDateTime and formatDateTime.
    • Automatically calls initializeDateFormatting if needed.

1.0.4 #

  • New SQLDialect:
    • Support for bytes string.
  • SQL:
    • toJson/fromJson: support for DateTime and UInt8List object encoding and decoding.

1.0.3 #

  • Added parseSQLType.
  • SQL.fromJson: fix enum resolution.

1.0.2 #

  • Improve documentation.
  • Fix library name for sql_commander_mysql.dart and sql_commander_postgres.dart.

1.0.1 #

  • Implemente SQL DELETE support.

1.0.0 #

  • Initial version.
4
likes
0
points
62
downloads

Publisher

unverified uploader

Weekly Downloads

A SQL command chain handler and executor that is database-agnostic, with built-in support for MySQL and PostgreSQL.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

apollovm, collection, intl, logging, mysql1, postgres, swiss_knife

More

Packages that depend on sql_commander