Skip to content

Files

Latest commit

 

History

History

local

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 16, 2024
Oct 16, 2024
Oct 16, 2024
Oct 16, 2024
Oct 16, 2024

Local

This example demonstrates how to use libSQL with a local SQLite file.

Install Dependencies

npm i

Running

Execute the example:

node index.mjs

This will setup a local SQLite database, insert some data, and then query the results.