SQLite3

Creates (if doesn't exist) a database file called "database.db", adds a table called "items" with fields for id, name, email, and age. Field "id" is hidden, used to manage the database internally. You can add, edit, and delete items.

nameemailage

cancel