Showing 13 open source projects for "postgres-xc"

View related business solutions
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • eProcurement Software Icon
    eProcurement Software

    Enterprises and companies seeking a solution to manage all their procurement operations and processes

    eBuyerAssist by Eyvo is a cloud-based procurement solution designed for businesses of all sizes and industries. Fully modular and scalable, it streamlines the entire procurement lifecycle—from requisition to fulfillment. The platform includes powerful tools for strategic sourcing, supplier management, warehouse operations, and contract oversight. Additional modules cover purchase orders, approval workflows, inventory and asset management, customer orders, budget control, cost accounting, invoice matching, vendor credit checks, and risk analysis. eBuyerAssist centralizes all procurement functions into a single, easy-to-use system—improving visibility, control, and efficiency across your organization. Whether you're aiming to reduce costs, enhance compliance, or align procurement with broader business goals, eBuyerAssist helps you get there faster, smarter, and with measurable results.
    Learn More
  • 1
    Postgres

    Postgres

    PostgreSQL driver for Deno

    A lightweight PostgreSQL driver for Deno focused on developer experience. deno-postgres is inspired by the excellent work of node-postgres and pq. The documentation is available on the deno-postgres website. Due to breaking changes introduced in the unstable APIs deno-postgres uses, there has been some fragmentation regarding what versions of Deno can be used alongside the driver.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    Postgres Meta

    Postgres Meta

    A RESTful API for managing your Postgres. Fetch tables, add roles

    Postgres Meta is a RESTful API for managing PostgreSQL databases, developed by Supabase. It allows users to perform administrative tasks such as creating tables, views, functions, roles, and extensions programmatically through HTTP endpoints. Postgres Meta enables developers to integrate database management directly into dashboards, automation tools, or backend services without requiring SQL access or pgAdmin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Pongo

    Pongo

    Pongo - Mongo but on Postgres and with strong consistency benefits

    Pongo is a developer tool for running isolated Postgres environments in Docker with one command. It's built to help engineers quickly spin up clean PostgreSQL instances for testing, debugging, or local development without needing global database installations. Pongo also handles version pinning and supports extensions, making it great for repeatable workflows.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    PGlite

    PGlite

    Lightweight WASM Postgres with real-time, reactive bindings

    ...It's ideal for building reactive apps with live queries and syncing data between a cloud Postgres instance and a local PGlite database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • G-P - Global EOR Solution Icon
    G-P - Global EOR Solution

    Companies searching for an Employer of Record solution to mitigate risk and manage compliance, taxes, benefits, and payroll anywhere in the world

    With G-P's industry-leading Employer of Record (EOR) and Contractor solutions, you can hire, onboard and manage teams in 180+ countries — quickly and compliantly — without setting up entities.
    Learn More
  • 5
    Stripe Sync Engine

    Stripe Sync Engine

    Sync your Stripe account to you Postgres database

    stripe-sync-engine is a tool by Supabase that continuously syncs Stripe data into a Postgres database using webhooks. It ensures that billing-related Stripe objects like customers, subscriptions, and invoices are always up to date in your local database. This makes it easy to run analytics, reporting, or custom business logic using SQL without hitting Stripe’s API repeatedly.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    Supabase

    Supabase

    The open source Firebase alternative

    Create a backend in less than 2 minutes. Start your project with a Postgres database, authentication, instant APIs, real-time subscriptions and storage. Every project is a full Postgres database, the world's most trusted relational database. Add user sign-ups and logins, securing your data with Row Level Security. Store, organize and serve large files. Any media, including videos and images. Write custom code and cron jobs without deploying or scaling servers.
    Downloads: 63 This Week
    Last Update:
    See Project
  • 7
    pg-mem

    pg-mem

    An in memory postgres DB instance for your unit tests

    pg-mem is an in-memory PostgreSQL emulator for Node.js and TypeScript that allows you to simulate a Postgres database without a real server. It’s perfect for unit testing and development scenarios where spinning up a full database would be too heavy. pg-mem supports many Postgres features and is compatible with various ORMs like TypeORM and Sequelize.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    node-pg-migrate

    node-pg-migrate

    Node.js database migration management for Postgresql

    ...It will create file xxx_my-first-migration.js in migrations folder. Now you should put your DB connection string to DATABASE_URL environment variable and run npm run migrate up. (e.g. DATABASE_URL=postgres://test:test@localhost:5432/test npm run migrate up).
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Supabase JS

    Supabase JS

    An isomorphic Javascript client for Supabase

    supabase-js is the official JavaScript client library for interacting with Supabase services. It enables developers to easily access Supabase’s Postgres database, authentication, storage, and real-time subscriptions through a unified client. Designed for frontend and full-stack apps, supabase-js integrates smoothly with modern frameworks and supports both browser and server environments.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Say goodbye to broken revenue funnels and poor customer experiences Icon
    Say goodbye to broken revenue funnels and poor customer experiences

    Connect and coordinate your data, signals, tools, and people at every step of the customer journey.

    LeanData is a Demand Management solution that supports all go-to-market strategies such as account-based sales development, geo-based territories, and more. LeanData features a visual, intuitive workflow native to Salesforce that enables users to view their entire lead flow in one interface. LeanData allows users to access the drag-and-drop feature to route their leads. LeanData also features an algorithms match that uses multiple fields in Salesforce.
    Learn More
  • 10
    Vercel Storage

    Vercel Storage

    Vercel Postgres, KV, Blob, and Edge Config

    Vercel Storage is a unified SDK and platform integration layer for accessing various storage backends like Redis, Postgres, and KV stores. It simplifies reading, writing, and managing data in serverless applications hosted on Vercel. The SDK provides a consistent developer experience with optimized performance for edge functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Teable

    Teable

    The Next Gen Airtable Alternative: No-Code Postgres

    Teable is a next-generation, no-code platform that serves as an alternative to Airtable, built on top of PostgreSQL. It offers a real-time, developer-friendly interface for managing databases without writing code. Teable is designed for high performance and scalability, making it suitable for both small projects and enterprise applications.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    PEV2

    PEV2

    Postgres Explain Visualizer 2

    PEV2 is a web-based tool to visualize PostgreSQL execution plans. It takes EXPLAIN or EXPLAIN ANALYZE output and displays it in an interactive, tree-like format that highlights performance metrics, helping users understand query behavior and bottlenecks. PEV2 is a complete rewrite of the original PEV, offering a modern, user-friendly interface for query optimization.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Kanel

    Kanel

    Generate Typescript types from Postgres

    Generate Typescript types from a live Postgres database. This is for people who don't like ORMs but who do like intellisense and type checking for their database access code. Kanel is a tool for generating TypeScript types from PostgreSQL schemas, simplifying database integration in TypeScript projects.
    Downloads: 5 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next