6 مستودعات
Persists application data to either SQLite or MySQL relational databases for storage of blog posts, user accounts, and metadata.
Distinct from SQLite or PostgreSQL Storage: Distinct from SQLite or PostgreSQL Storage: supports both SQLite and MySQL as interchangeable backends, not just SQLite and PostgreSQL.
Explore 6 awesome GitHub repositories matching data & databases · Relational Database Backends. Refine with filters or upvote what's useful.
sql.js is a serverless, in-memory SQL database engine that ports SQLite to WebAssembly for use within a web browser. It provides a JavaScript interface to initialize relational databases, execute SQL queries, and manage structured data without requiring a backend server. The project enables the import and export of database states using typed arrays, allowing in-memory data to be persisted as files. It supports high-precision integer retrieval via BigInt and utilizes prepared statements to increase execution speed and security. The engine includes capabilities for client-side data management
Enables the execution of SQL statements to read and write data within a standalone in-memory engine.
Mindoc is a self-hosted documentation portal and API documentation management system built as a Golang web application. It serves as a markdown documentation engine for authoring, organizing, and sharing technical interface documentation and database dictionaries. The system persists project data and user accounts using MySQL or SQLite databases. The platform distinguishes itself by integrating diagrams-as-code rendering via Mermaid syntax, allowing flowcharts, sequence diagrams, and Gantt charts to be generated directly from text. It supports a flexible content pipeline that combines markdow
Supports interchangeable relational database backends, specifically MySQL and SQLite, for persisting application data.
Music-tag-web is a self-hosted music platform that combines a music tag editor, metadata scraper, batch file processor, music library manager, and Subsonic API server into a single web application. It provides a complete solution for organizing, tagging, and playing a personal music collection, with the ability to edit embedded metadata such as title, artist, album, lyrics, and cover art for local audio files. The platform distinguishes itself through its comprehensive automation and integration capabilities. It supports batch online auto-tagging from multiple music services, background task
Configures the application to use MySQL instead of the default SQLite for improved performance and scalability.
Blackcandy هو خادم بث موسيقى مستضاف ذاتياً ومدير مكتبة موسيقى رقمية. يسمح للمستخدمين باستضافة مجموعات شخصية من ملفات الصوت على خادم خاص للبث إلى متصفحات الويب وتطبيقات الهاتف المحمول المخصصة. يتضمن النظام محرك مزامنة لمكتبة الوسائط يراقب تغييرات نظام الملفات في الخلفية ويستخدم المعالجة المتوازية للحفاظ على مزامنة قاعدة بيانات الموسيقى. يدير تنظيم المكتبة عن طريق استخراج البيانات الوصفية للصوت وجلب صور الفنانين والألبومات من قواعد بيانات خارجية. توفر المنصة قدرات لتشغيل الصوت عن بُعد، والبحث في مكتبة الموسيقى، وتخزين بيانات الاعتماد بشكل آمن باستخدام تشفير تجزئة كلمة المرور. تدعم قواعد بيانات خلفية قابلة للتهيئة وتركيب أدلة الوسائط لتنظيم وتقديم ملفات الصوت من مسارات محددة. يتم توفير الخادم كخادم وسائط معبأ في حاويات لتثبيت متسق عبر منصات استضافة مختلفة.
Persists application data to either SQLite or external relational databases for flexible storage configuration.
Preswald هو إطار عمل لتطبيقات البيانات WebAssembly يُستخدم لبناء تطبيقات بيانات تفاعلية تعمل بالكامل في المتصفح باستخدام Python. يوفر حزمة بيانات تعتمد على المتصفح، بما في ذلك تنفيذ SQL و Python، والتي تعمل دون اتصال بالإنترنت دون الحاجة إلى خادم خلفي. يتضمن إطار العمل مجمع تطبيقات بيانات ثابتة لتعبئة سير عمل البيانات والتصورات في ملفات واحدة قابلة للمشاركة. تمكّن هذه التطبيقات المكتفية ذاتياً تصور البيانات بدون خادم وتجميع سير عمل البيانات المحمول للتوزيع. يستخدم النظام واجهة لوحة تحكم بيانات تفاعلية تقوم بتحديث عناصر شاشة معينة تلقائياً بناءً على التغييرات في البيانات الأساسية. يغطي إدارة الحالة التي تعطي الأولوية للمحلي وتنفيذ SQL من جانب العميل للحفاظ على الاستمرارية التشغيلية داخل جلسة المتصفح.
Provides the ability to execute relational SQL queries directly within the browser environment.
sql-mother هي منصة تعليمية قائمة على المتصفح لتعلم بناء جملة SQL من خلال تمارين تفاعلية، ودروس، وملعب استعلامات. توفر بيئة منظمة لإتقان منطق وبناء جملة MySQL و SQLite و PostgreSQL باستخدام سلسلة من التحديات العملية. تستخدم المنصة محرك قاعدة بيانات قائماً على WebAssembly لتمكين تنفيذ SQL المحلي والتحقق من الاستعلام في الوقت الفعلي بالكامل داخل المتصفح. تسمح هذه البنية بمحاكاة الجداول الافتراضية وإدارة الحالة دون الحاجة إلى خادم واجهة خلفية أو حسابات مستخدمين. تتضمن البيئة منهجاً تعليمياً ممتعاً من الدروس الموجهة، وصندوق رمل حر الممارسة الاستعلامات التعسفية، وأدوات للمعلمين لإنشاء تمارين مخصصة ومستويات صعوبة.
Provides a browser-based environment for writing and executing SQL queries using an in-memory database.