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 是一套工具,提供 SQL 数据库客户端库、事务管理器以及用于命令行访问和数据导出的实用程序。它作为一个轻量级封装器,针对关系型数据库执行原始 SQL 查询,以简化数据格式检索结果。 该项目包括一个用于运行数据库查询的命令行界面,以及一个将关系查询结果转换为 CSV、JSON 或 Excel 文件以供外部分析的专用数据导出工具。 该库通过支持提交和回滚的原子事务控制涵盖了关系数据库管理。它通过 SQL 参数化处理安全性以防止注入漏洞,并包括用于减少网络开销的批量查询执行能力。
Implements a client library for executing raw SQL queries and retrieving simplified data formats.