1 repo
Visual tools for searching and filtering database records to gain insights.
Distinguishing note: Focuses on data exploration and debugging rather than administrative management.
Explore 1 awesome GitHub repository matching data & databases · Data Exploration 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
Provides visual tools to search and filter database records to identify patterns and gain insights for debugging.