Using Visual Studio Code (VS-Code) with the "SQLite3 Editor" extension to start making a database

Опубликовано: 20 Март 2026
на канале: Thomas Blum
1,056
6

In this video we demonstrate how to use VS Code (Visual Studio Code) to make a SQLite database. We install the "SQLite3 Editor" extension to help us along the way. In the demo we only get as far as making the first table -- an Author table and adding two records. Before using the extension we try to motivate some of our simple design decisions -- such as choosing an auto-incremented integer as the primary key for the author table.