seshat_mysql 0.1.0 copy "seshat_mysql: ^0.1.0" to clipboard
seshat_mysql: ^0.1.0 copied to clipboard

MySQL adapter for the Seshat ORM with optional Maat integration.

example/example.dart

import 'package:seshat_mysql/seshat_mysql.dart';

void main() {
  final connection = mysqlConnectionArgs({
    'host': '127.0.0.1',
    'port': 3306,
    'database': 'app',
    'username': 'app',
    'password': 'secret',
    'pool': {'max': 10},
    'secure': true,
  });

  print(
    '${connection.username}@${connection.host}:${connection.port}/'
    '${connection.database}',
  );
}
0
likes
160
points
0
downloads

Documentation

API reference

Publisher

verified publishergaitco.com

Weekly Downloads

MySQL adapter for the Seshat ORM with optional Maat integration.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

mysql_client, seshat, seshat_maat

More

Packages that depend on seshat_mysql