feathers-sequelize
Service adapter
A Feathers service adapter for the Sequelize ORM
A Feathers service adapter for the Sequelize ORM. Supporting MySQL, MariaDB, Postgres, SQLite, and SQL Server
208 stars
15 watching
74 forks
Language: TypeScript
last commit: 3 months ago
Linked from 1 awesome list
feathers-service-adapterfeathersjssequelize
Related projects:
Repository | Description | Stars |
---|---|---|
| An adapter for connecting Feathers.js applications to Objection.js, an ORM based on KnexJS. | 98 |
| Provides an adapter for using KnexJS with Feathers services to interact with databases. | 112 |
| A Feathers service adapter for Cassandra DB based on Express-Cassandra ORM and CassanKnex query builder | 8 |
| A Feathers service for blob storage and management | 93 |
| Provides a Feathers database adapter for Mongoose, an object modeling tool for MongoDB. | 189 |
| Provides a service adapter for interacting with an embedded MongoDB-like database (NeDB) in a Node.js application. | 84 |
| A Feathers.js adapter for interacting with Elasticsearch databases. | 78 |
| An FeathersJS service adapter using Lowdb as a lightweight in-memory and file-based database solution. | 6 |
| Provides a Node.js adapter for using ArangoDB as a backend database in Feathers applications. | 25 |
| Extends Feathers services with real-time data streaming capabilities using RxJS observables. | 216 |
| A Feathers service wrapper around Stripe's API for managing various payment and subscription-related resources | 96 |
| Integrates FeathersJS with Vuex for building robust state management systems | 445 |
| Allows batching of multiple Feathers service calls into one to minimize client side requests and speed up batched requests. | 96 |
| Synchronizes service events between Feathers application instances using a messaging mechanism | 223 |
| A tool to add GraphQL-like populates to FeathersJS APIs for efficient data fetching and relationships management. | 29 |