Skip to content

Commit

Permalink
docs: reordeting features
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerpadilla committed Apr 15, 2023
1 parent 7d5fa70 commit 3efaadb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@

2. Install one of the specific adapters for your database:

| Database | Driver | Nukak Adapter |
| ------------ | ---------------- | --------------------- |
| `MySQL` | `mysql2` | `nukak-mysql` |
| `MariaDB` | `mariadb` | `nukak-maria` |
| `SQLite` | `sqlite sqlite3` | `nukak-sqlite` |
| `PostgreSQL` | `pg` | `nukak-postgres` |
| `MongoDB` | `mongodb` | `nukak-mongo` (alpha) |
| Database | Driver | Nukak Adapter |
| ------------ | ---------------- | ---------------- |
| `PostgreSQL` | `pg` | `nukak-postgres` |
| `SQLite` | `sqlite sqlite3` | `nukak-sqlite` |
| `MariaDB` | `mariadb` | `nukak-maria` |
| `MongoDB` | `mongodb` | `nukak-mongo` |
| `MySQL` | `mysql2` | `nukak-mysql` |

For example, for `Postgres`:

Expand Down

0 comments on commit 3efaadb

Please sign in to comment.