sqlentity 0.0.1 copy "sqlentity: ^0.0.1" to clipboard
sqlentity: ^0.0.1 copied to clipboard

outdated

Create DataBase.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sqlentity

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

dependencies:
  sqlentity: ^0.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:sqlentity/base-entity/column.dart';
import 'package:sqlentity/base-entity/entity.dart';
import 'package:sqlentity/database/abstract-database.dart';
import 'package:sqlentity/database/database-config.dart';
import 'package:sqlentity/repository/dao/dao-repository.dart';
import 'package:sqlentity/repository/dao/i-dao-repository.dart';