SQLite playground
create table data(message text); insert into data values ('Hello, World!'); select * from data;
SQLite is a library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world.