appstitch_mongodb 1.0.0-prerelease copy "appstitch_mongodb: ^1.0.0-prerelease" to clipboard
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';
2
likes
90
pub points
0%
popularity

Publisher

verified publisherappstitch.dev

Appstitch client for MongoDB CRUD operations.

Homepage

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

appstitch_core, flutter, intl, json_annotation

More

Packages that depend on appstitch_mongodb