embedded-database-spring-test
embedded-postgres-binaries
embedded-database-spring-test | embedded-postgres-binaries | |
---|---|---|
2 | 6 | |
440 | 182 | |
0.9% | 2.2% | |
4.7 | 4.6 | |
14 days ago | 11 days ago | |
Java | Shell | |
Apache License 2.0 | 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.
embedded-database-spring-test
- What is your go-to solution for resetting a database between tests?
-
The Database Ruins All Good Ideas
and now as easy as adding `@AutoConfigureEmbeddedDatabase`
https://github.com/zonkyio/embedded-database-spring-test
also helps with having it verify all your database migrations as well
embedded-postgres-binaries
- Embedded Postgres Binaries
- Testcontainers
-
Show HN: pgxman for Postgres Extensions
A core part of npm is that the dependencies are installed in the folder/project you are working in (unless you use the --global flag which is discouraged for most use-cases).
Can I use this in any way without a global system state? Like with https://github.com/zonkyio/embedded-postgres-binaries or similar that don't have a global install? Or with a distro that supports multiple versions/instances of postgresql?
-
Two Tier Architectures Are Anachronistic
You may be interested in this
https://github.com/zonkyio/embedded-postgres-binaries
I've been using this for test runners in Node and Go for a while now and it's been quite painless. Would be nice to have wider language support though
-
When to Use Bazel?
Nice, this seems a lot simpler than I thought. Nice tip on embedded-postgres-binaries (https://github.com/zonkyio/embedded-postgres-binaries).
- Ephemeral Postgres Databases
What are some alternatives?
flyway-migrator - This repository offers a streamlined solution for performing database migrations using the flyway tool, independent of your main code base. This approach ensures a smooth, efficient, and optimized process for managing your database migrations.
steampipe - Zero-ETL, infinite possibilities. Live query APIs, code & more with SQL. No DB required.
kanban-board - Single-click full-stack application (Postgres, Spring Boot & Angular) using Docker Compose
postgres-gcs-backup - Simple Docker image to backup a Postgres db, to a GCS bucket
RestApiApplication - ProjectManagementSystem. Rest API Application for company. A simple web application for company project management.
hashver-maven-plugin