2 Table SQLite Relational Database in Unity- Part 1: DB Browser install



2 Table SQLite Relational Database in Unity- Part 1: DB Browser install

2 Table SQLite Relational Database in Unity- Part 1: DB Browser install

The first of 3 videos covering how to build a basic 2 table SQLite relational database using DBBrowser and implement in Unity to display data from both tables using an Inner Join in SQL.

Part 1: Download & install DB Browser portable exe
Part 2: Creating 2 tables joined by a foreign key in DB Browser: https://youtu.be/uWoM3wD6eow
Part 3: Using Unity to display the contents of the joined tables to the console : https://youtu.be/kbP2MPdFOYw

==
Handy links:
SQLite Download page for 2 of the required DLLs: https://www.sqlite.org/download.html

SQLite DB Browser: https://sqlitebrowser.org/