prisma_engine_core 0.0.0 copy "prisma_engine_core: ^0.0.0" to clipboard
prisma_engine_core: ^0.0.0 copied to clipboard

discontinuedreplaced by: orm

The package is a Prisma query engine interface. It is used by the Prisma Client to communicate with the Prisma query engine.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add prisma_engine_core

With Flutter:

 $ flutter pub add prisma_engine_core

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

dependencies:
  prisma_engine_core: ^0.0.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:prisma_engine_core/prisma_engine_core.dart';
0
likes
150
points
1
downloads

Publisher

verified publisherodroe.com

Weekly Downloads

The package is a Prisma query engine interface. It is used by the Prisma Client to communicate with the Prisma query engine.

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on prisma_engine_core