snail 1.0.2 copy "snail: ^1.0.2" to clipboard
snail: ^1.0.2 copied to clipboard

A library inspired by Spring Boot's JPA that facilitates SQLite database management in Flutter/Dart applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add snail

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

dependencies:
  snail: ^1.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:snail/snail.dart';
18
likes
0
points
17
downloads

Publisher

verified publisherevandersondev.com.br

Weekly Downloads

A library inspired by Spring Boot's JPA that facilitates SQLite database management in Flutter/Dart applications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

path, sqflite

More

Packages that depend on snail