In this guide, we are going to cover how to get Graphweaver and SQLite connected.
Before we dive in, let’s make sure that you have Node.js version 18 or greater, and pnpm
version 8 or greater installed on your local machine.
Once these are installed, we can get started.
For this we will use the Chinook Sqlite database. The Chinook database is an alternative to the Northwind database (popular with Microsoft systems) and gives us a good dataset to test from. The database consists of Albums, artists, tracks and Customers.
<aside> 💡 If you have your own SQLite database, then you can use that instead
</aside>
The SQLite database can be found at the link below. Let’s start by downloading a copy:
https://github.com/lerocha/chinook-database/blob/master/ChinookDatabase/DataSources/Chinook_Sqlite.sqlite
Once you have the database, we can start a new Graphweaver app project.