@adminjs/objection
This is an official AdminJS adapter which integrates ObjectionJS into AdminJS.
Installation
-
yarn:
yarn add @adminjs/objection
-
npm:
npm install @adminjs/objection
Usage
Visit our documentation or check out the example app in example-app
directory in adapter's repository.
OneToMany / ManyToMany
These relationships are currently not supported by default. You can manage them using custom actions and components.