PostgreSQL playground

create table data(message varchar(50));
insert into data values ('Hello, World!');
select * from data;

PostgreSQL is a powerful, open source object-relational database system with a reputation for reliability, feature robustness, and performance.

⛫ homepage • αω tutorial • ⚘ community