SQL database in Julia - SQLite tutorial

Опубликовано: 29 Октябрь 2024
на канале: Daniel Malafaia
953
21

In this video we will first to give an introduction to what the SQL database is, we then focus on the SQLite implementation. We will explore the SQLite database by using it to store, remove and search data.

The code written on this tutorial is available at: https://github.com/DiracM/JuliaTutori...
Mirror: https://pastebin.com/MpCiUVH5

Timecodes
0:00 - SQL and SQLite basics
4:04 - Implementation of the SQLite in Julia