2 Repos
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 ist eine Suite von Tools, die eine SQL-Datenbank-Client-Bibliothek, einen Transaktionsmanager und Dienstprogramme für den Command-Line-Zugriff und Datenexport bereitstellt. Es fungiert als Thin-Layer-Wrapper, der rohe SQL-Abfragen gegen relationale Datenbanken ausführt, um Ergebnisse in vereinfachten Datenformaten abzurufen. Das Projekt enthält ein Command-Line-Interface für das Ausführen von Datenbankabfragen und ein dediziertes Datenexport-Tool, das relationale Abfrageergebnisse für die externe Analyse in CSV-, JSON- oder Excel-Dateien konvertiert. Die Bibliothek deckt die Verwaltung relationaler Datenbanken durch atomare Transaktionskontrolle mit Commit- und Rollback-Unterstützung ab. Sie handhabt Sicherheit durch SQL-Parametrisierung, um Injektionsschwachstellen zu verhindern, und enthält Funktionen für die Ausführung von Massenabfragen, um den Netzwerk-Overhead zu reduzieren.
Implements a client library for executing raw SQL queries and retrieving simplified data formats.