pyenv
PostgreSQL
pyenv | PostgreSQL | |
---|---|---|
1 | 477 | |
29,380 | 16,753 | |
- | 1.3% | |
10.0 | 10.0 | |
over 2 years ago | 6 days ago | |
Roff | C | |
MIT License | GNU General Public License v3.0 or later |
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.
pyenv
-
macOS Dev Setup
macOS, like Linux, ships with Python already installed. But you don't want to mess with the system Python (some system tools rely on it, etc.), so we'll install our own version using pyenv. This will also allow us to manage multiple versions of Python (ex: 2.7 and 3) should we need to.
PostgreSQL
-
When Postgres index meets Bcrypt
Here is the mirror of the official PostgreSQL GIT repository. Let's find the pgcrypto file which corresponds to the extension we installed to be able to run crypto functions. Here is it is. This piece of code is triggered when we do crypt(...) via SQL:
- Five Open Source tools to track your PostgreSQL database performance
-
Ask HN: What are some software projects with impressive websites?
https://supabase.com/ is very clean with a nice information hierarchy.
https://www.postgresql.org/ despite being quite technical, these docs are very easy to follow in a self learning format.
The new Angular and React docs are quite nice.
-
Is PostgreSQL Better Than MySQL?
Physical Replication: PostgreSQL’s WAL-based physical replication outperforms MySQL’s binlog logical replication in consistency, performance, and resource efficiency.
-
Graphile -- Farewell Business Layer
Handle permissions since like forever (I could not find any concrete evidence as when it was added but according to this commit in this repo it was before 2018) with GRANT and REVOKE.
-
Getting Started with PostgreSQL: A Beginner's Guide
PostgreSQL, often referred to as Postgres, is one of the most popular open-source relational database management systems (RDBMS) worldwide. Known for its robustness, extensibility, and standards compliance, it’s an excellent choice for developers and businesses. This guide will help you set up and get started with PostgreSQL.
-
2025’s Must-Know Tech Stacks
PostgreSQL
-
Running PostgreSQL, MongoDB, and NestJS concurrently with Docker Compose
In this tutorial, we will look at how to use Docker-compose to run PostgreSQL and MongoDB services. Find out what PostgreSQL means. Visit their website to learn more about MongoDB. A NestJs server application will also be created, along with a server image and instructions on ways to add it as a service to our container. Visit NestJs here to learn more. We will also use API calls to communicate with the database containers.
-
Build a Symfony 7 boilerplate using FrankenPHP, Docker, PostgreSQL and php 8.4
Hi everyone, in this post we're going to build a boilerplate to start any kind of Symfony project, such like a monolith or an API. We'll use the top tier app server FrankenPHP written in Go. The boilerplate will also use PostgreSQL SGDB for relational database.
-
Announcing Supabase Auth for your API Developer Portal! - Supaweek Day 5
Supabase Auth is a simple, secure, and open-source authentication service that provides authentication and user management for your applications. It's built on top of PostgreSQL and works seamlessly with Supabase's database and storage services.
What are some alternatives?
pudzu - Various python scripts, mostly geared towards dataviz.
ClickHouse - ClickHouse® is a real-time analytics database management system
homebrew-services - 🚀 Manage background services using the daemon manager launchctl on macOS or systemctl on Linux.
debezium - Change data capture for a variety of databases. Please log issues at https://issues.redhat.com/browse/DBZ.
Elasticsearch - Free and Open Source, Distributed, RESTful Search Engine
phpMyAdmin - A web interface for MySQL and MariaDB
Redis - Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
Firebird - FB/Java plugin for Firebird
SDKMan - The SDKMAN! Command Line Interface
MariaDB - MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
virtualenv - Virtual Python Environment builder
psycopg2 - PostgreSQL database adapter for the Python programming language