From efd7d7d4694c496b59d831bd2642661f89ea2c96 Mon Sep 17 00:00:00 2001 From: Aditya-Mane1 Date: Wed, 22 Apr 2026 16:28:34 +0530 Subject: [PATCH] update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d24f90c..02c76cb 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ **go-postgres-rest** is a Golang-based REST API service that provides a scalable and secure interface for interacting with PostgreSQL databases. It enables automatic exposure of database tables as REST endpoints, allowing applications to perform CRUD operations through simple HTTP requests. Designed for modern backend architectures, it helps developers rapidly build data-driven applications, internal tools, and low-code platforms while maintaining high performance and full control over database structure. This service simplifies backend development by transforming PostgreSQL into a flexible API layer that integrates seamlessly with web, mobile, and cloud applications.This service is designed to support modern data-driven applications, low-code platforms, and internal tools by simplifying database access through standardized HTTP APIs. It allows developers and teams to quickly build backend functionality while maintaining flexibility, performance, and full control over their data. +**Part of SereniBase:** Powers the API generation layer of [SereniBase](https://github.com/aptlogica/sereni-base). Use standalone or as part of the full SereniBase ecosystem. ## Features @@ -106,6 +107,10 @@ ## Installation ```sh +# Pin to a released version (recommended): +go get github.com/aptlogica/go-postgres-rest@v1.0.0 + +# Or get the latest module version: go get github.com/aptlogica/go-postgres-rest ```