Skip to content
 
 

Repository files navigation

WarpSQL


Opinionated extensions to Postgres packaged as a single docker deployment. Why install 10 DBs when you can can have everthing at once (maybe not everything).

Certified as Indie Hacker's best friend!!!

Test on GitPod

Open in Gitpod

Current and future supported extensions

Bootstrapped from TimescaleDB

Usage with Compose

version: '3.6'
services:
  warpsql:
    container_name: warpsql
    image: samagragovernance/postgres:latest-pg15
    restart: always
    ports:
      - "5432:5432"
    volumes:
      - ./pgdata:/var/lib/postgresql/data
    environment:
      POSTGRES_USER: warpSQLUser
      POSTGRES_PASSWORD: warpSQLPass

Development with GitHub Codespaces

You can use GitHub Codespaces to develop this project in the cloud.

  1. Click on the "Code" button.

  2. Select "Open with Codespaces" from the dropdown menu.

  3. Choose the appropriate Codespace configuration.

  4. Wait for the environment to be provisioned.

  5. Once the environment is ready, you can start working on the project.

  6. Install the project dependencies by running the following command in the terminal:

    pip install -r requirements.txt

About

WarpSQL

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages