2 रिपॉजिटरी
Strongly-typed interfaces for interacting with database instances from application code.
Distinguishing note: Focuses on the client-side library abstraction rather than the database server itself.
Explore 2 awesome GitHub repositories matching data & databases · Database Client Libraries. Refine with filters or upvote what's useful.
SurrealDB is a multi-model database engine designed to store and query document, graph, relational, and vector data within a single ACID-compliant platform. It functions as an AI-native data store, integrating vector search, graph traversal, and machine learning model execution directly into its query layer. By providing a unified declarative query language, the platform eliminates the need for external middleware to synchronize data across different storage models. The platform distinguishes itself through its ability to manage agent memory and complex workflows natively. It allows developer
Provides a strongly-typed client interface for consistent communication with the database instance.
Records is a suite of tools providing a SQL database client library, a transaction manager, and utilities for command line access and data export. It functions as a thin-layer wrapper that executes raw SQL queries against relational databases to retrieve results in simplified data formats. The project includes a command line interface for running database queries and a dedicated data export tool that converts relational query results into CSV, JSON, or Excel files for external analysis. The library covers relational database management through atomic transaction control with commit and rollb
Implements a client library for executing raw SQL queries and retrieving simplified data formats.