AI tutor in every lesson
Ask for hints, error explanations, or query reviews without leaving the lesson flow.
Interactive PostgreSQL lessons with a real query engine in your browser, an AI tutor at your side, and tracks from your first SELECT to pgvector and RAG.
Zero to confident queries. Every concept is paired with runnable SQL and safe experiments.
IntermediateThe classic BlinkSQL operational material, rebuilt as guided labs and deeper article lessons.
Advancedpgvector, embeddings and RAG workflows — a forward-looking track for AI-native database work.
Ask for hints, error explanations, or query reviews without leaving the lesson flow.
Translate natural language into queries, then inspect how the SQL is built and why it works.
Every query runs locally in your browser, so experimentation is instant and safe.
From classic PostgreSQL operations to vectors, embeddings, and RAG patterns.
Its a visual editor by default installed in every linux system. The next version of vi is vim.…
Nov 8, 2022 PostgreSQL1. yum install postgresql-server postgresql-contrib 2. su postgresql 3. postgresql-setup initdb 4. vi /var/lib/pgsql/data/pg_hba.conf 5. Find the lines…
Feb 7, 2018 UncategorizedIn normal PostgreSQL operation, tuples that are deleted or obsoleted by an update are not physically removed from their table.…
Feb 5, 2018No signup, no install. A real SQL engine is already running in this tab.
SELECT 'hello' — try it now