pglite VS otj-pg-embedded

Compare pglite vs otj-pg-embedded and see what are their differences.

pglite

Lightweight Postgres packaged as WASM into a TypeScript library for the browser, Node.js, Bun and Deno (by electric-sql)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
pglite otj-pg-embedded
6 6
4,471 669
12.4% 0.6%
8.4 6.5
23 days ago 25 days ago
TypeScript Java
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pglite

Posts with mentions or reviews of pglite. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-07.
  • Show HN: I open-sourced the in-memory PostgreSQL I built at work for E2E tests
    9 projects | news.ycombinator.com | 7 Apr 2024
    Hey HN! For a few months, I've been building pgmock at work for our E2E and unit test suite. It emulates Postgres in WebAssembly and has full feature parity with production databases.

    The cool thing about it is that you don't need any external processes or proxies. If your platform can run WASM (Node.js, browser, etc.), it can probably run pgmock. Creating a new database with mock data is as simple as creating a JavaScript object.

    It's a bit different from the amazing pglite [1] (which inspired me to open-source pgmock in the first place). While pgmock runs an x86 emulator, pglite compiles a Postgres fork to native WASM directly and is hence much faster and more lightweight. However, it only supports single-user mode and a select few extensions, so you can't connect to it with normal Postgres clients (which is quite crucial for E2E testing).

    Theoretically, it could be modified to run any Docker image on WebAssembly platforms. Anything specific you'd like to see?

    Happy hacking!

    [1] https://github.com/electric-sql/pglite

  • Pgmock: In-memory Postgres for unit/E2E tests
    2 projects | news.ycombinator.com | 4 Apr 2024
  • Soul: A SQLite REST and Realtime Server
    8 projects | news.ycombinator.com | 19 Mar 2024
    I've found postgres via docker to be fine for dev and testing, but there are various epheremal postgres scripts, plus this could be promising for node stuff https://github.com/electric-sql/pglite if it works out. I'd imagine if this does work out we'll see the same kind of builds for other runtimes as well (like python)
  • The Cell Programming Language
    3 projects | news.ycombinator.com | 7 Mar 2024
    > Use SQLite for everything, or Postgres if you outgrow it.

    Or both! ElectricSQL syncs front end SQLlite back to server side postgres. And they just rebuilt postgres on pure WASM (https://github.com/electric-sql/pglite). All ties together with a CRDT.

    I'm not affiliated, but just think it's just cool to imagine calls to front end sqllite as the be-all-end-all.

  • Testcontainers
    16 projects | news.ycombinator.com | 27 Feb 2024
  • PGlite – Postgres in WASM
    1 project | news.ycombinator.com | 22 Feb 2024

otj-pg-embedded

Posts with mentions or reviews of otj-pg-embedded. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-27.

What are some alternatives?

When comparing pglite and otj-pg-embedded you can also consider the following projects:

dockertest - Write better integration tests! Dockertest helps you boot up ephermal docker images for your Go tests with minimal work.

testcontainers-go - Testcontainers for Go is a Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done.

services-flake - NixOS-like services for Nix flakes

Testcontainers - Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.

gradle-docker-compose-plugin - Simplifies usage of Docker Compose for integration testing in Gradle environment.

postgresql-embedded - Embedded PostgreSQL Server

integresql - IntegreSQL manages isolated PostgreSQL databases for your integration tests.

localstripe - A fake but stateful Stripe server that you can run locally, for testing purposes.

embedded-postgres - Run a real Postgres database locally on Linux, OSX or Windows as part of another Go application or test

rush - Production-driven prototyping. This starter is setup in a production-friendly way and will setup tests + dev environment exactly like a live project will work. Works the same both on your laptop or Github CI, so you can go from hacking on your laptop to a full gitops environment.

flyway-spawn-demo - CI demo using Flyway and Spawn

pypgdev - Python Postgres Development Tools