November 2017
Beginner
316 pages
6h 40m
English
SQLite is a lightweight database majorly used for study and testing purposes. This is what the official SQLite website has to say about it:
You may install the database from https://www.sqlite.org/download.html. Once you are done with the database installation, it's time we now move on to installing SQLite's Julia database driver.
We will be making use of the package named SQLite, and since its entry is made available inside the METADATA.jl, you will be installing it easily using this:
julia> Pkg.add("SQLite")
Read now
Unlock full access