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.