You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-19Lines changed: 15 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,33 +1,29 @@
1
-
## admin-bro-mikroorm
1
+
## adminjs-mikroorm
2
2
3
-
This is an *unofficial*[admin-bro](https://github.com/SoftwareBrothers/admin-bro) adapter which integrates [MikroORM](https://github.com/mikro-orm/mikro-orm) into admin-bro.
4
-
5
-
Note that this is a first release and it's currently tested using only the example setup found in this repository.
6
-
7
-
If you are having trouble integrating this adapter in your project, please open an issue and try to describe the problem with as many details as possible.
3
+
This is an official [AdminJS](https://github.com/SoftwareBrothers/adminjs) adapter which integrates [MikroORM](https://github.com/mikro-orm/mikro-orm) into AdminJS.
8
4
9
5
### Installation
10
6
11
7
yarn
12
8
```bash
13
-
$ yarn add admin-bro-mikroorm
9
+
$ yarn add @adminjs/mikroorm
14
10
```
15
11
16
12
npm
17
13
```bash
18
-
$ npm i admin-bro-mikroorm
14
+
$ npm i @adminjs/mikroorm
19
15
```
20
16
21
17
## Usage
22
18
23
-
The plugin can be registered using standard `AdminBro.registerAdapter` method.
19
+
The plugin can be registered using standard `AdminJS.registerAdapter` method.
0 commit comments