1 रिपॉजिटरी
Object-relational mappers that support both SQL and NoSQL data stores through a common API.
Distinct from Node.js SQL ORMs: Extends SQL-only ORMs to include support for document-based NoSQL databases.
Explore 1 awesome GitHub repository matching data & databases · Multi-Store ORMs. Refine with filters or upvote what's useful.
Waterline is an adapter-based database library and object relational mapper for Node.js. It serves as a multi-database persistence layer that translates standard method calls into specific queries for both SQL and NoSQL databases. The library provides a unified interface for managing data across different stores, including MySQL, PostgreSQL, MongoDB, and Microsoft SQL Server. This architecture allows for the integration of multiple database backends within a single application and facilitates database vendor migration by changing adapters without altering business logic. The project covers r
Acts as a database object relational mapper providing a consistent API across multiple different data stores.