sql_commander 1.0.5
sql_commander: ^1.0.5 copied to clipboard
A SQL command chain handler and executor that is database-agnostic, with built-in support for MySQL and PostgreSQL.
1.0.5 #
SQL
:- Added
parseDateTime
andformatDateTime
. - Automatically calls
initializeDateFormatting
if needed.
- Added
1.0.4 #
- New
SQLDialect
:- Support for bytes string.
SQL
:toJson/fromJson
: support forDateTime
andUInt8List
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
andsql_commander_postgres.dart
.
1.0.1 #
- Implemente SQL DELETE support.
1.0.0 #
- Initial version.