SQLite Knowledge Base

Aus MattWiki
Version vom 16. März 2024, 13:37 Uhr von Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „This article contains basic knowledge, commands and how to's for SQLite. SQLite is the most used database engine in the world. = General Information = Open database.sqlite with sqlite CLI client: sqlite database.sqlite Within SQLite CLI interface .help # Help .exit # Quit .tables # List all tables Kategorie:SQL“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

This article contains basic knowledge, commands and how to's for SQLite.

SQLite is the most used database engine in the world.

General Information

Open database.sqlite with sqlite CLI client:

sqlite database.sqlite

Within SQLite CLI interface

.help                  # Help
.exit                  # Quit
.tables                # List all tables