Database · +10 points

PostgreSQL

World's most advanced open-source relational database.

Install
docker run -d -p 5432:5432 postgres:16
License
PostgreSQL
Stars
17k+

Integration goal

Write a schema migration SQL file with a users table.

  1. Create migration SQL
  2. Define users table with id, email
  3. Push to GitHub
Open Integration Workspace →

← All open source tools