JavaScript Postgresql

Open-source JavaScript projects categorized as Postgresql

Top 23 JavaScript Postgresql Projects

  1. drawdb

    Free, simple, and intuitive online database diagram editor and SQL generator.

    Project mention: AIM Weekly for 04Nov2024 | dev.to | 2024-11-04

    🌐 Composed Image Retrieval πŸ“Ž Intro to Multimodal LLama 3.2 πŸ› οΈ Multi Agent Concierge πŸ’» RAG with Langchain Granite, Milvus 🫢 Download content βœ… Transformer Replacement? πŸ€– vLLM for runing models 🌐 Amphion πŸ“ Autogluon πŸš™ Notebook LLama like Google's Notebook LLM 🫢 Monocle2ai for tracing GenAI app code LFA&D Project πŸ€– Bee Agent Framework βœ… LLama RFP Response ▢️ GenAI Script πŸ‘½ Simular AI Agent S 🦾 DrawDB with AI ✨ Ollama with LLama 3.2 Vision!!!! Preview πŸš• Powerful RAG Checker πŸ“Š SQL Generator πŸ’» Role of LLMs 🐍 Document Extraction πŸ•ΆοΈ Open Source Vector DB Reddit πŸ” The Practical Guide to Self Hosting LLM 🦾 Stagehand Controller πŸ•ΆοΈ Understanding HNSWLIB 🐍 Best practices in RAG πŸ’» Enigma Agent πŸ“ Langchain, Ollama, Phi3 for Function Calling πŸ”‹ Compass Judger πŸ“ Princeton NLP SimPO πŸ” Princeton NLP ProLong πŸ”‹ Princeton NLP HELMET 🧐 Ollama Cheatsheet πŸš• Princeton NLP CopyCat πŸ“Š Princeton NLP Shp πŸ•ΆοΈ Can LLM Solve Hard Github Issues πŸ“ Enabling Large Language Models to Generate Text with Citations πŸ”‹ Princeton NLP CharXiv πŸ“Š Awesome AI Agents List 🦾 Nomic’s Matryoshka text embedding model

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Knex

    A query builder for PostgreSQL, MySQL, CockroachDB, SQL Server, SQLite3 and Oracle, designed to be flexible, portable, and fun to use.

    Project mention: Make Custom Handlebar Helpers in Ghost! | dev.to | 2025-01-06

    If you want to make database queries in Ghost to fetch, for example, the current post, it’s possible and not difficult. You can use a library like knex (https://knexjs.org/), which is a clear and fast SQL query builder. Remember that you’ll need handlebars-async-helpers for this. Configure knex properly to connect to Ghost’s database.

  4. nodeBB

    Node.js based forum software built for the modern web

    Project mention: A UI Audit of LiveAPI Create Docs Page | dev.to | 2024-12-12

    In this method, all you need to do is, goto a public git project (such as NodeBB) and copy its URL.

  5. 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

  6. postgres

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

    Project mention: Coding exercise: database migration tool in nodejs | dev.to | 2024-09-25

    postgres driver

  7. Bookshelf

    A simple Node.js ORM for PostgreSQL, MySQL and SQLite3 built on top of Knex.js

  8. evershop

    πŸ›οΈ NodeJS E-commerce Platform

    Project mention: Show HN: An Shopify Alternative on Node and Postgres | news.ycombinator.com | 2024-05-10
  9. react-firebase-starter

    Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay

  10. franchise

    🍟 a notebook sql client. what you get when have a lot of sequels.

  11. pg-promise

    PostgreSQL interface for Node.js

    Project mention: The Notifier Pattern for Applications That Use Postgres | news.ycombinator.com | 2024-05-14
  12. rate-limiter-flexible

    Atomic counters and rate limiting tools. Limit resource access at any scale.

  13. orm2

    Object Relational Mapping

  14. Chartbrew

    Open-source web platform used to create live reporting dashboards from APIs, MongoDB, Firestore, MySQL, PostgreSQL, and more πŸ“ˆπŸ“Š

    Project mention: Show HN: I built a platform to create and share dashboards | news.ycombinator.com | 2024-05-25

    Congrats on the release!

    How does it compare to https://chartbrew.com ?

  15. pgtune

    Pgtune - tuning PostgreSQL config by your hardware

  16. pg-boss

    Queueing jobs in Postgres from Node.js like a boss

    Project mention: Do you need Redis? PostgreSQL does queuing, locking, and pub/sub | news.ycombinator.com | 2024-11-03
  17. postbird

    Open source PostgreSQL GUI client for macOS, Linux and Windows

  18. ElectroCRUD

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

  19. thin-backend

    πŸ”₯ Thin Backend is a Blazing Fast, Universal Web App Backend for Making Realtime Single Page Apps

  20. angular-app

    Angular 19 Fullstack Application: SSR, PWA, SEO, and Scalable Node.js Typescript & Javascript Backend with MySQL, PostgreSQL, MongoDB

  21. orange-orm

    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.

  22. django-react-boilerplate

    DIY Django + React Boilerplate for starting your SaaS (by saasitive)

  23. MiAOU

    A chat server with OAuth2 authentication, persistent and searchable history, video and audio, markdown formatting, private and public rooms, stars, votes, embedded games, and many other features

  24. tasking-manager

    Tasking Manager - The tool to team up for mapping in OpenStreetMap

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 Postgresql discussion

Log in or Post with

JavaScript Postgresql related posts

  • Coding exercise: database migration tool in nodejs

    3 projects | dev.to | 25 Sep 2024
  • Pg-boss: Queueing jobs in Postgres from Node.js

    1 project | news.ycombinator.com | 27 Aug 2024
  • What Is a Knowledge Graph?

    2 projects | news.ycombinator.com | 16 Aug 2024
  • 3 Insanely Powerful Software Tools to Boost Your Productivity and Avoid Overtime

    1 project | dev.to | 18 Jun 2024
  • Best PostgreSQL GUI Tools

    3 projects | dev.to | 15 Jun 2024
  • Build your own image gallery CMS

    3 projects | dev.to | 12 Jun 2024
  • The Notifier Pattern for Applications That Use Postgres

    7 projects | news.ycombinator.com | 14 May 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 19 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more β†’

Index

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

# Project Stars
1 drawdb 23,502
2 Knex 19,523
3 nodeBB 14,305
4 PostgreSQL 12,429
5 postgres 7,658
6 Bookshelf 6,361
7 evershop 4,660
8 react-firebase-starter 4,510
9 franchise 4,012
10 pg-promise 3,482
11 rate-limiter-flexible 3,120
12 orm2 3,067
13 Chartbrew 2,719
14 pgtune 2,279
15 pg-boss 2,233
16 postbird 1,547
17 ElectroCRUD 1,538
18 thin-backend 1,241
19 angular-app 726
20 orange-orm 709
21 django-react-boilerplate 595
22 MiAOU 543
23 tasking-manager 517

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com