rel8
Hey! Hey! Can u rel8? (by circuithub)
PostgreSQL
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch (by postgres)
rel8 | PostgreSQL | |
---|---|---|
5 | 501 | |
158 | 17,538 | |
0.0% | 1.9% | |
5.7 | 10.0 | |
6 days ago | 3 days ago | |
Haskell | C | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
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.
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.
rel8
Posts with mentions or reviews of rel8.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-17.
-
Choosing the right abstraction level for SQLite library.
I also mention https://github.com/circuithub/rel8 on posts like these since I think it should be more well-known.
-
What's your favorite Database EDSL/library in Haskell?
I'm sensing a trend here, but .... https://rel8.readthedocs.io/ because I wrote it ':D
-
[ANN] Generic-Persistence 0.3.0 released
Does this work with https://github.com/circuithub/rel8?
- Against SQL
- [video] Ollie Charles: Rel8, a new database access library for Haskell
PostgreSQL
Posts with mentions or reviews of PostgreSQL.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-05-07.
-
Create a simple REST application using Quarkus
This quick start guide gets you up and running with Quarkus on macOS, including necessary tools. You will build a basic database application using Quarkus, Java 17, PostgreSQL, and Hibernate ORM Panache. While Hibernate ORM is the standard, powerful Jakarta Persistence implementation capable of complex mappings, it doesn't always make the most common tasks trivial. Hibernate ORM with Panache is Quarkus's solution to this, focusing specifically on making your data entities and repositories simple, straightforward, and fun to write by reducing boilerplate code for common persistence operations.
-
How I Got x311 Faster Analytics on 110M Rows
Hey everyone! I recently got fed up with waiting minutes for simple analytics queries to finish, so I threw together a little demo to see how SingleStore, MySQL, and PostgreSQL stack up against each other on a 110 million‑row banking transactions dataset.
-
Streaming Postgres Changes with Debezium and Kafka Connect: A Hands-On Tutorial
In this tutorial, you'll set up a complete CDC pipeline using Debezium (version 3.1) with Kafka Connect to capture changes from a PostgreSQL database. By the end, you'll have a working system that streams every insert, update, and delete operation from your database into Apache Kafka topics.
-
How to handle files?
// https://github.com/postgres/postgres/blob/9acae56ce0b0812f3e940cf1f87e73e8d5784e78/src/include/port/win32_port.h#L85 /* Windows doesn't have fsync() as such, use _commit() */ #define fsync(fd) _commit(fd) // https://github.com/postgres/postgres/blob/874d817baa160ca7e68bee6ccc9fc1848c56e750/src/port/win32fdatasync.c#L23 int fdatasync(int fd) { // ... status = pg_NtFlushBuffersFileEx(handle, FLUSH_FLAGS_FILE_DATA_SYNC_ONLY, NULL, 0, &iosb); // ... }
-
PostgreSQL on OpenBSD: Upgrade 16 to 17 with pg_upgrade
OpenBSD gives us good documentation as a series of the project. (For example, the man pages are cared and kept maintained.) It's applied to principal service packages as well as the OS. So is as to PostgreSQL.
- OpenBSD 7.6 を 7.7 へ アップグレード
-
OpenBSD Upgrade 7.6 to 7.7
See Configuration and syntax changes and Special packages. The latter this time includes PostgreSQL major upgrade:
-
Every Database Will Support Iceberg — Here's Why
Traditional databases — PostgreSQL, MySQL, etc. — store their data in proprietary formats. That format is optimized for that engine and can’t be directly accessed by anything else. Even if something like Trino can connect to Postgres, it’s still running queries through Postgres itself, not reading its storage directly. You’re just a client.
-
RisingWave Turns Four: Our Journey Beyond Democratizing Stream Processing
By making RisingWave compatible with PostgreSQL, we ensured that any developer familiar with SQL could immediately start writing streaming queries. This wasn't just about syntax; it meant RisingWave could plug seamlessly into existing data workflows and connect easily with a vast ecosystem of familiar tools like DBeaver, Grafana, Apache Superset, dbt, and countless others.
-
jBPM as AI Orchestration Platform
Another key “neighbor” is PostgreSQL, one of several database engines that can be configured to support jBPM’s underlying data structures:
What are some alternatives?
When comparing rel8 and PostgreSQL you can also consider the following projects:
cimple - Cimple and Apidsl language parsers and tools
ClickHouse - ClickHouse® is a real-time analytics database management system
prosto - Prosto is a data processing toolkit radically changing how data is processed by heavily relying on functions and operations with functions - an alternative to map-reduce and join-groupby
phpMyAdmin - A web interface for MySQL and MariaDB
Preql - An interpreted relational query language that compiles to SQL.
debezium - Change data capture for a variety of databases. Please log issues at https://issues.redhat.com/browse/DBZ.