7 dépôts
Specific support for SQLite data types and features.
Distinguishing note: No existing candidates for SQLite.
Explore 7 awesome GitHub repositories matching data & databases · SQLite Integrations. Refine with filters or upvote what's useful.
Drizzle ORM is a TypeScript-native database toolkit providing type-safe SQL query building, schema management, and automated migrations across PostgreSQL, MySQL, SQLite, and SingleStore.
Provides native support for SQLite-specific column types.
Beszel is a self-hosted server monitoring platform designed to track real-time performance metrics across multiple host systems and containerized environments. It functions as a centralized dashboard that aggregates data on processor, memory, disk, and network usage, providing visibility into both host-level infrastructure and individual container workloads. The system utilizes lightweight agents to collect performance data, which is then streamed to a central hub and stored in a local relational database. It distinguishes itself through a real-time analytics engine that uses persistent bidir
Uses a local relational database to store historical performance metrics and configuration settings.
Maccy is a lightweight clipboard manager for macOS that captures and stores text and images copied to the system clipboard. It provides a searchable interface for retrieving historical content, allowing users to access previously copied items through a keyboard-driven workflow. The application distinguishes itself by prioritizing privacy and performance through automated filtering and local data management. It employs pattern matching to identify and exclude sensitive information, such as passwords, from being saved. All history is maintained in a local database, with an in-memory index that
Uses an embedded SQLite database to maintain persistent clipboard history across application restarts.
Django Oscar is a domain-driven e-commerce framework built on Django for constructing custom online stores. It provides a purpose-built admin dashboard for managing e-commerce operations including products, orders, customers, and promotions, replacing the default Django admin interface. The framework includes a flexible promotions engine for creating multi-buy, bundle, and percentage discounts with custom conditions and benefits, along with a configurable order status and transition system that supports split payments, multi-batch shipping, and deferred payment capture. The framework is desig
Supports SQLite for local development and testing environments.
Dendrite is a second-generation Matrix homeserver written in Go, designed to handle room management, federation, and client API traffic for real-time communication. It implements the Matrix protocol for federated messaging, presence, and encrypted communication, and can be deployed as a self-hosted platform that manages user accounts, rooms, media, and end-to-end encryption. The server uses a modular architecture where independent components communicate through an internal message bus, supporting federation with remote homeservers, full-text search indexing of message content, presence broadc
Supports SQLite as a development database with automatic file creation on first start.
Absurd-sql est une base de données SQL basée sur le navigateur qui exécute SQLite pour le traitement des requêtes et le stockage local. Il fournit un système pour enregistrer les données relationnelles localement dans le navigateur afin d'assurer la persistance lors des rafraîchissements de page et des redémarrages. Le projet implémente une couche de persistance IndexedDB qui stocke les blocs de base de données SQLite au sein du navigateur. Cette approche évite de charger des images de base de données entières en mémoire, permettant le stockage de données relationnelles structurées localement pour maintenir la fonctionnalité lors d'une utilisation hors ligne.
Integrates SQLite as a relational engine within the browser for efficient local storage and complex querying.
Oban is a distributed, database-backed task processor for Elixir applications. It functions as a reliable job queue that leverages relational databases as the primary source of truth for scheduling, persistence, and state management. By utilizing the database for coordination, it ensures that background tasks remain durable across system restarts and consistent across distributed clusters. The system distinguishes itself through its use of database-level primitives to manage cluster-wide operations. It employs listen-notify messaging to trigger immediate worker wake-ups, bypassing the need fo
Runs asynchronous tasks using a lightweight SQL database to manage scheduling and execution.