@adminjs/sequelize

4.1.1 • Public • Published

adminjs-sequelizejs

This is an official AdminJS adapter which integrates sequelize ORM into AdminJS.

Usage

The plugin can be registered using standard AdminJS.registerAdapter method.

const AdminJS = require('adminjs')
const AdminJSSequelize = require('@adminjs/sequelize')

AdminJS.registerAdapter(AdminJSSequelize)

More options can be found in AdminJS repository.

Testing

Integration tests require running database. Database connection data are given in config/config.js. Make sure you have following env variables set: POSTGRES_USER, POSTGRES_PASSWORD, POSTGRES_PORT, POSTGRES_DATABASE, POSTGRES_HOST. Take a look at config/config.js to see default values.

Than you will have to create database and run migrations

npm run sequelize db:create
npm run sequelize db:migrate

License

AdminJS is copyrighted © 2023 rst.software. It is a free software, and may be redistributed under the terms specified in the LICENSE file.

About rst.software

We’re an open, friendly team that helps clients from all over the world to transform their businesses and create astonishing products.

  • We are available for hire.
  • If you want to work for us - check out the career page.

Readme

Keywords

none

Package Sidebar

Install

npm i @adminjs/sequelize

Weekly Downloads

3,285

Version

4.1.1

License

MIT

Unpacked Size

50.3 kB

Total Files

39

Last publish

Collaborators

  • adminjs-developer
  • dziraf
  • szrama