We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
use
1 parent 49fb145 commit 656618aCopy full SHA for 656618a
src/index.cjs.ts
@@ -1,6 +1,7 @@
1
import './polyfills/Polyfills'
2
3
import { install } from './store/Store'
4
+import { use } from './plugin/Plugin'
5
import { Database } from './database/Database'
6
import { Schema } from './schema/Schema'
7
import { Model } from './model/Model'
@@ -27,6 +28,7 @@ import { Connection } from './connection/Connection'
27
28
29
export default {
30
install,
31
+ use,
32
Database,
33
Schema,
34
Model,
0 commit comments