RapidRows 1.0 released

From: "RapidLoop, Inc(dot) via PostgreSQL Announce" <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: RapidRows 1.0 released
Date: 2022-10-05 01:21:28
Message-ID: 166493288847.662.8061365056964778424@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

We are happy to announce the general availability of [RapidRows](https://rapidrows.io) -- an open-source, low-code API server designed for PostgreSQL that can be configured to run SQL queries, perform scheduled jobs and forward PostgreSQL notifications to websockets.

By writing just one OpenAPI-like JSON or YAML configuration file, you can stand up an API backend server that can run SQL queries, scheduled jobs and more:

* Run SQL statements or JavaScript code in response to URI endpoints
* Return JSON or CSV results
* Forward PostgreSQL notifications over channels into WebSockets and Server Sent Events
* Run SQL statements or JavaScript code as scheduled jobs
* Use JavaScript to write code for custom input validation, tweaking query results and more
* Configure parameter validation, transaction options, query timeouts, server-side caching, CORS, debug flags and more
* Designed for PostgreSQL: Built-in connection pooler, support for simple/extended query protocol, transaction options

RapidRows is a single binary command-line tool with no dependencies, no extensions to install, configure everything with a single JSON or YAML file.

For more information, see [rapidrows.io](https://rapidrows.io).

RapidRows is brought to you by [RapidLoop](https://rapidloop.com), the makers of [pgDash](https://pgdash.io).

Best,
-Mahadevan

Browse pgsql-announce by date

  From Date Subject
Next Message PostgreSQL Global Development Group 2022-10-06 13:06:16 PostgreSQL 15 RC 2 Released!
Previous Message PL/Haskell via PostgreSQL Announce 2022-10-05 01:20:53 PL/Haskell v1.0 Released