SQLite
SQLite is a lightweight, serverless, self-contained relational database engine that reads and writes directly to a single ordinary disk file, making it one of the most widely deployed database engines in the world.
11 resources across 3 libraries
Glossary Terms(9)
PostgreSQL
PostgreSQL is a powerful, open-source object-relational database management system known for strict ACID compliance, standards compliance, and extensibility th…
SQLite
SQLite is a lightweight, serverless, self-contained relational database engine that reads and writes directly to a single ordinary disk file, making it one of…
DataGrip
DataGrip is a cross-platform database IDE from JetBrains that provides intelligent SQL editing, schema navigation, and management tools for a wide range of rel…
Dolt
Dolt is a SQL database that applies Git-like version control to structured data, letting users branch, diff, merge, and clone entire datasets the way developer…
Drizzle ORM
Drizzle ORM is a lightweight, TypeScript-first ORM and SQL query builder designed for type safety, minimal runtime overhead, and compatibility with serverless…
Turso
Turso is a distributed database platform built on libSQL, an open-source fork of SQLite, designed to run SQLite-compatible databases at the edge with low-laten…
Neon
Neon is a serverless PostgreSQL platform that separates storage and compute, enabling features like instant database branching, autoscaling, and scale-to-zero…
H2 Database
H2 Database is a lightweight, open-source relational database written in Java that can run embedded inside an application's JVM process or as a standalone serv…
Derby (Apache)
Apache Derby is an open-source, pure-Java relational database management system that can be embedded directly inside an application or run as a network server,…