sql_records 0.6.0 copy "sql_records: ^0.6.0" to clipboard
sql_records: ^0.6.0 copied to clipboard

A minimal, functional wrapper for SQL databases using Dart 3 records.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sql_records

With Flutter:

 $ flutter pub add sql_records

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  sql_records: ^0.6.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:sql_records/sql_records.dart';
0
likes
130
points
189
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A minimal, functional wrapper for SQL databases using Dart 3 records.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

meta, postgres, powersync, sqlite3, sqlite_async

More

Packages that depend on sql_records