appstitch_mongodb 1.0.0-prerelease
appstitch_mongodb: ^1.0.0-prerelease copied to clipboard
Appstitch client for MongoDB CRUD operations.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add appstitch_mongodb
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
appstitch_mongodb: ^1.0.0-prerelease
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:appstitch_mongodb/types/dbRefernce.dart';
import 'package:appstitch_mongodb/types/query.g.dart';
import 'package:appstitch_mongodb/types/insertOptions.g.dart';
import 'package:appstitch_mongodb/types/updateOptions.g.dart';
import 'package:appstitch_mongodb/types/operatorType.dart';
import 'package:appstitch_mongodb/types/writeOptions.dart';
import 'package:appstitch_mongodb/types/orderFilter.g.dart';
import 'package:appstitch_mongodb/types/query.dart';
import 'package:appstitch_mongodb/types/orderFilter.dart';
import 'package:appstitch_mongodb/types/dbResponse.g.dart';
import 'package:appstitch_mongodb/types/dbResponse.dart';
import 'package:appstitch_mongodb/types/whereFilter.dart';
import 'package:appstitch_mongodb/types/insertOptions.dart';
import 'package:appstitch_mongodb/types/requestOptions.g.dart';
import 'package:appstitch_mongodb/types/requestOptions.dart';
import 'package:appstitch_mongodb/types/updateOptions.dart';
import 'package:appstitch_mongodb/types/writeOptions.g.dart';
import 'package:appstitch_mongodb/types/whereFilter.g.dart';
import 'package:appstitch_mongodb/types.dart';
import 'package:appstitch_mongodb/mongodb.dart';