mirror of
https://github.com/feathersjs/feathers.git
synced 2025-12-08 19:46:22 +00:00
1.2 KiB
1.2 KiB
| outline |
|---|
| deep |
Overview
Feathers database adapters are modules that provide services that implement standard CRUD functionality for a specific database. They use a common API for initialization and settings, and they provide a common query syntax.
Services allow to implement access to any database or API. The database adapters listed here are just convenience wrappers with a common API. See the community adapters section for support for other datastores.
Core Adapters
The following data storage adapters are maintained alongside Feathers core.
| Core Package | Supported Data Stores |
|---|---|
| memory | Memory |
| mongodb | MongoDB |
| knex | MySQL MariaDB PostgreSQL CockroachDB SQLite Amazon Redshift OracleDB MSSQL |
Community Adapters
You can find full-featured support for many more community-contributed adapters in Awesome FeathersJS.