8 repository-uri
Tools for running and maintaining databases directly within the development environment.
Distinguishing note: Focuses on local development workflow rather than production database hosting.
Explore 8 awesome GitHub repositories matching data & databases · Local Database Development Tools. Refine with filters or upvote what's useful.
Prisma is a database toolkit that provides a unified access layer for interacting with relational and document databases. It centers on a declarative schema modeling approach, where developers define their data structures in a human-readable language. This schema serves as the single source of truth, from which the toolkit automatically generates type-safe database clients that provide compile-time validation and editor autocomplete for all data operations. The project distinguishes itself through a high-performance, Rust-based query engine that handles query planning and connection pooling o
Allows running and maintaining local databases directly inside the code editor to avoid external container overhead.
SpacetimeDB is a stateful, real-time database platform that executes application logic directly within the database engine. By unifying data storage and business logic, it allows developers to build applications where state transitions are processed through atomic, server-side functions. The platform maintains persistent connections to stream incremental updates to clients, ensuring that local caches remain synchronized with the server state at all times. The platform distinguishes itself by generating type-safe client interfaces directly from server-side schema definitions, ensuring consiste
Provides a standalone server instance to facilitate development and testing of application logic and data structures.
Wasp is a declarative full-stack web framework that enables developers to build and deploy applications by defining their architecture in a centralized configuration. By using a high-level specification, the framework automates the orchestration of frontend, backend, and database components, ensuring that infrastructure concerns like routing, authentication, and data modeling are handled consistently across the entire stack. The framework distinguishes itself through its compiler-driven approach, which translates declarative configurations into cohesive, production-ready codebases. It provide
Automates the provisioning and connection of local database instances using containerization to eliminate manual environment configuration.
Gel is an object-relational database system that models data as a graph of interconnected objects. By utilizing a strongly typed schema, it enables complex relational queries and polymorphic data structures without the need for traditional join tables. The system integrates native vector storage and similarity search operators, allowing it to function as both a relational and a vector database for semantic data retrieval. The platform distinguishes itself through a comprehensive suite of developer-centric automation tools. It features a declarative migration system that tracks and versions sc
Provisions and manages isolated database instances for rapid iteration, testing, and schema prototyping on local machines.
firebase-tools is a command-line interface and cloud resource orchestrator used to manage, test, and deploy Firebase projects. It serves as the primary tool for administering cloud resources, configuring project settings, and handling authentication from a terminal. The project includes a local cloud service emulator that allows developers to run local versions of cloud services to verify behavior before production deployment. It also implements a server based on the Model Context Protocol to expose project data and service controls to AI assistants. The tool covers a wide range of operation
Starts a local instance of the database environment to test queries and operations before deployment.
Warehouse este o implementare a Python Package Index și un registru de pachete distribuit. Servește drept depozit central și aplicație web pentru găzduirea, descoperirea și distribuirea pachetelor software Python versiionate prin intermediul unui API standardizat. Sistemul funcționează ca un manager de pachete multi-tenant cu o implementare de server compatibilă cu standardele Python Package Index. Oferă infrastructură specializată pentru găzduirea pachetelor software și un index pentru ca clienții să descopere și să descarce versiuni specifice ale bibliotecilor. Proiectul încorporează securitate și control al accesului cuprinzătoare, inclusiv autentificare multi-factor, verificare prin semnătură digitală pentru atestările pachetelor și permisiuni bazate pe roluri pentru proprietarii și întreținătorii proiectelor. De asemenea, dispune de un sistem de procesare a sarcinilor asincrone pentru joburi de fundal și trimiterea de e-mailuri, precum și utilitare de localizare pentru suportul interfeței în mai multe limbi. Structurile bazei de date sunt gestionate prin migrări de schemă versiionate.
Allows executing queries and modifying records within a local database using a shell or connection string.
Stellar is a command-line utility designed to manage local PostgreSQL database states by capturing and restoring snapshots. It functions as a development tool that enables rapid environment provisioning and state switching, allowing users to maintain consistent database configurations during iterative testing and debugging cycles. The tool operates by interacting directly with the underlying filesystem rather than relying on traditional database dump and restore processes. It utilizes low-level mechanisms such as atomic pointer swapping, binary manipulation, and zero-copy cloning to create po
Provides a developer-focused utility for managing local database snapshots to enable rapid state switching.
TypeORM Seeding este un utilitar de dezvoltare conceput pentru a automatiza popularea bazei de date și gestionarea schemei în proiectele bazate pe TypeORM. Oferă un framework pentru resetarea structurilor bazei de date și injectarea de date consistente, facilitând stări predictibile pentru testare și medii de dezvoltare locale. Instrumentul se distinge printr-o abordare bazată pe fabrici (factory-based) pentru generarea datelor, permițând dezvoltatorilor să definească template-uri reutilizabile care produc înregistrări de entități randomizate. Prin integrarea directă cu stratul de abstractizare a bazei de date existent, asigură faptul că obiectele generate sunt persistate în tabele relaționale folosind tipare de acces standard. Proiectul include o interfață CLI care orchestrează execuția scripturilor de seeding și a sarcinilor de refresh a schemei. Suportă fluxuri de lucru flexibile de deployment, permițând utilizatorilor să gestioneze setările specifice mediului și rezoluțiile căilor de fișiere prin fișiere de configurare sau variabile de mediu.
Maintains consistent database state and entity population within development environments.