TIL: Postgresql's SUBSTRING function
Today I needed to group records by a substring contents of one of the columns. We have data like...
Tag archive
Today I needed to group records by a substring contents of one of the columns. We have data like...
Every application stores data somewhere, and for most web applications, that means a relational...

Our application runs on the production server smoothly. But we don't have any test/QA environment...

Have you been looking for the ideal database for your applications? The most frequent SQL options to...
Repo postgresql-persistent-connect This docker containerized server is up and running in seconds. ...
Introduction Before I deep dive into the architecture of what I rebuilt an app during the...

NestJS is a Node.js back-end development framework built upon Express, leveraging the power of...
Check psql if is installed psql --version if you don't have installed then install from official page...

Installing, running and managing postgres in local-machine for development is not difficult anymore....
Want to access a psql database as readonly? Following are the steps: Login to the...
How to use PSQL trigger functions in Knex.js to keep updated_at in sync
Fast and clean full rich text search on json data with PostgreSQL