From 3349a75c12716227c9b8c79378fab677efde882f Mon Sep 17 00:00:00 2001 From: wirekang Date: Wed, 20 Dec 2023 13:57:29 +0900 Subject: [PATCH] Update README.md --- README.md | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 71d2d1e..b93222d 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ +# Checkout [official @adminjs/sql](https://github.com/SoftwareBrothers/adminjs-sql) for Postgres. +# This repository will be archived when the official adapter supports Mysql and Mariadb. + +--- + # [adminjs-sql](https://github.com/wirekang/adminjs-sql) [![NPM version](https://img.shields.io/npm/v/adminjs-sql?style=flat-square)](https://npmjs.org/package/adminjs-sql) -This is an inofficial [AdminJS](https://github.com/SoftwareBrothers/adminjs) adapter which integrates SQL-based database into AdminJS. +This is an unofficial [AdminJS](https://github.com/SoftwareBrothers/adminjs) adapter which integrates SQL-based database into AdminJS. Installation: `yarn add adminjs-sql` -### Checkout [official @adminjs/sql](https://github.com/SoftwareBrothers/adminjs-sql) for postgres. -This repository will be archived when they support mysql. ## Usage @@ -108,13 +111,3 @@ We use docker compose to run various databases for testing. - MySQL - MariaDB - -## Todo - -- [ ] Support Postgres. - -- [ ] Elaborate unit testing. - -- [ ] Add more complex example app. - -Contributions are welcome!!