postgresql-embedded
otj-pg-embedded
| postgresql-embedded | otj-pg-embedded | |
|---|---|---|
| 3 | 6 | |
| 479 | 715 | |
| - | 0.1% | |
| 0.0 | 5.6 | |
| over 6 years ago | 16 days ago | |
| Java | Java | |
| GNU General Public License v3.0 or later | Apache License 2.0 |
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.
postgresql-embedded
- SQLite the only database you will ever need in most cases
-
Thoughts on Micronaut vs. Quarkus?
I think this is the component - away from laptop at the moment: https://github.com/yandex-qatools/postgresql-embedded
-
Experiment: using PostgreSQL as a user process
https://github.com/yandex-qatools/postgresql-embedded (no longer maintained)
otj-pg-embedded
-
Testcontainers
Anyone have an opinion of embedded-postgres vs https://github.com/opentable/otj-pg-embedded (of which its a fork) for Clojure use?
-
What's the best approach for creating an embedded Postgresql to be used in production?
Can you elaborate a bit on this part? I'm still unsure why it's unadvised to do this, as I understood from other commenters it's because there is no official support for it correct? Why can't I use opentable for instance? https://github.com/opentable/otj-pg-embedded
-
SQLite Is Dynamically Typed (2020)
It's pretty easy to run embedded postgres on the JVM: https://github.com/opentable/otj-pg-embedded
The defaults create a temporary DB which is useful for dev & tests, but a pair of calls to .setCleanDataDirectory(false) and .setDataDirectory("...") will change that.
If you don't like the default postgres version, you may select one from https://search.maven.org/search?q=io.zonky.test.postgres or include your own postgres binary.
- Experiment: using PostgreSQL as a user process
-
Pg_tmp – Run tests on an isolated, temporary PostgreSQL database
I've been using this embedded PostgreSQL thing for tests:
https://github.com/opentable/otj-pg-embedded
It's very simple to use and works perfectly. The one problem, and it's a significant one, is that it only ships one version of PostgreSQL, and adding another was difficult enough that I didn't.
What are some alternatives?
litefs-js - JavaScript utilities for working with LiteFS on Fly.io
integresql - IntegreSQL manages isolated PostgreSQL databases for your integration tests.
embedded-postgres - Java embedded PostgreSQL component for testing
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.
userpg - A user-mode PostgreSQL wrapper
pypgdev - Python Postgres Development Tools