2 Table SQLite Relational Database in Unity – Part 2: Creating tables and using SQL Inner Join



2 Table SQLite Relational Database in Unity – Part 2: Creating tables and using SQL Inner Join

2 Table SQLite Relational Database in Unity - Part 2: Creating tables and using SQL Inner Join

The second 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: https://youtu.be/vSRIiNikVWs
Part 2: Creating 2 tables joined by a foreign key in DB Browser
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/

Comments are closed.