JavaScript Postgres

Open-source JavaScript projects categorized as Postgres

Top 23 JavaScript Postgre Projects

  • parse-server

    Parse Server for Node.js / Express

  • Project mention: The 2024 Web Hosting Report | dev.to | 2024-02-20

    Backend as a Service (BaaS) goes back to early 2010’s with companies like Parse and Firebase. These products integrated everything a backend provides to a webapp in a single, integrated package that makes it easier to get started and enables you to offload some of the devops maintenance work to someone else.

  • PostgreSQL

    PostgreSQL client for node.js.

  • Project mention: Neon Is Generally Available: Serverless Postgres | news.ycombinator.com | 2024-04-15

    pg doesn't do too well with serverless, dead connections are left in the pool (or something)

    https://github.com/brianc/node-postgres/issues/2112

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • postgres

    Postgres.js - The Fastest full featured PostgreSQL client for Node.js, Deno, Bun and CloudFlare (by porsager)

  • Project mention: Neon Is Generally Available: Serverless Postgres | news.ycombinator.com | 2024-04-15

    I want to use this as a chance to bring attention to a GitHub issue that I think would help reduce friction for Neon:

    https://github.com/neondatabase/neon/issues/4989

    If the Neon driver were to allow us to easily pass in a localhost connection, the development and test experience would be easier. Perhaps Neon could swap to something like this internally: https://github.com/porsager/postgres.

    Having run a local dev environment connected to Neon and tests connected to Neon got in our way of adoption. We'd prefer to develop and run tests against a regular Postgres localhost database.

    To the PMs of Neon, put yourself in the shoes of a new developer thinking of giving Neon a try. What changes will I have to make to my code and my development workflow?

  • LimeSurvey

    The most popular FOSS online survey tool on the web.

  • Project mention: Where can I do surveys for GNU/Linux desktop improving? | /r/xfce | 2023-05-21

    You could selhost something like https://github.com/ohmyform or https://github.com/LimeSurvey/LimeSurvey

  • pg-boss

    Queueing jobs in Node.js using PostgreSQL like a boss

  • Project mention: Choose Postgres Queue Technology | news.ycombinator.com | 2023-09-24

    For running queues on Postgres with Node.js backend(s), I highly recommend https://github.com/timgit/pg-boss. I'm sure it has it scale limits. But if you're one of the 90% of the apps that never needs any kind of scale that a modern server can't easily handle then it's fantastic. You get transactional queueing of jobs, and it automatically handles syncing across multiple job processing servers using Postgres locks.

  • ElectroCRUD

    Database CRUD Application Built on Electron | MySQL, Postgres, SQLite

  • thin-backend

    🔥 Thin Backend is a Blazing Fast, Universal Web App Backend for Making Realtime Single Page Apps

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • kuwala

    Kuwala is the no-code data platform for BI analysts and engineers enabling you to build powerful analytics workflows. We are set out to bring state-of-the-art data engineering tools you love, such as Airbyte, dbt, or Great Expectations together in one intuitive interface built with React Flow. In addition we provide third-party data into data science models and products with a focus on geospatial data. Currently, the following data connectors are available worldwide: a) High-resolution demograp

  • Project mention: Show HN: GeoSage – A ETL Webtool for Geo and Demographics Data from the Open Web | news.ycombinator.com | 2023-10-05

    --> Google Trends Data for Regions (Coming Soon)

    The tool goes beyond our previously published CLI tool (https://github.com/kuwala-io/kuwala/tree/master/kuwala) by providing a hostable solution with a user-friendly interface. We have not open-sourced it yet but a demo is available here: https://geosage.kuwala.io/.

    Urban planners can utilize movement data to analyze foot traffic in different city zones. Marketers can leverage demographic data to tailor campaigns more effectively. Developers can build their apps on top of it.

    To round it up .... GeoSage brings...

    Unified Data Management: Access data from OSM, Facebook, and soon Google, all in one place.

  • rdb

    Javascript and Typescript ORM with full intellisense, no-code generations. Works over http as well.

  • Project mention: Flyweight: A Node.js ORM Specifically for SQLite | news.ycombinator.com | 2024-04-07

    You should try https://github.com/alfateam/rdb

    It is database agnostic. It works with sqlite, mssql, mysql, postgres, oracle, and sapase.

    It gives you full intellisense without code generation - even when running pure javascript.

    You can run it from the browser in a secure manner, as you can host it in express js via adapter.

    I am the author.

  • gnorm

    A database-first code generator for any language

  • PostGUI

    A React web application to query and share any PostgreSQL database.

  • serverless-pg

    A package for managing PostgreSQL connections at SERVERLESS scale

  • Project mention: HTTP vs. WebSockets: Which one is the fastest for Postgres queries at the Edg | news.ycombinator.com | 2023-07-11
  • sqliterally

    Lightweight SQL query builder

  • instant

    JavaScript API framework with ORM, migrations and vectors

  • Project mention: instant.dev: Rails-inspired JavaScript ORM and Migrations for Postgres | /r/programming | 2023-09-30
  • analytics-toolbox-core

    A set of UDFs and Procedures to extend BigQuery, Snowflake, Redshift, Postgres and Databricks with Spatial Analytics capabilities

  • pgdump-aws-lambda

    Lambda function for executing pg_dump and streaming the output to s3.

  • stream-live-system

    :red_circle: An example of a live broadcast system using microservice concepts and architected with docker.

  • EpochTalk

    Next Generation Forum Software

  • SimcoeCountyWebViewer

    Web Map Viewer built with React and OpenLayers. Built for GeoServer and ArcGIS Server.

  • nodejs-posgresql

    A demo Quotes REST API using Node.js and PostgreSQL. Built with Express Js (by geshan)

  • Project mention: Set Up Tracing for a Node.js Application on AppSignal | dev.to | 2023-06-07

    You will set up tracing for an example Quotes app built with Node.js using Express. It fetches data from PostgreSQL hosted on ElephantSQL. The application, built with Node.js and Postgres, is open source and the code is available on GitHub.

  • pgcmd

    Non-interactive PostgreSQL query tool.

  • ship-hold

    data access framework for Postgresql on nodejs

  • evolutility-server-node

    Model-driven REST APIs for CRUD and more, written in Javascript, using Node.js, Express, and PostgreSQL.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript Postgres related posts

Index

What are some of the best open-source Postgre projects in JavaScript? This list will help you:

Project Stars
1 parse-server 20,613
2 PostgreSQL 11,891
3 postgres 6,678
4 LimeSurvey 2,576
5 pg-boss 1,615
6 ElectroCRUD 1,522
7 thin-backend 1,227
8 kuwala 755
9 rdb 554
10 gnorm 482
11 PostGUI 424
12 serverless-pg 310
13 sqliterally 260
14 instant 259
15 analytics-toolbox-core 185
16 pgdump-aws-lambda 184
17 stream-live-system 145
18 EpochTalk 137
19 SimcoeCountyWebViewer 130
20 nodejs-posgresql 124
21 pgcmd 117
22 ship-hold 113
23 evolutility-server-node 110

Sponsored
The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com