Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 289 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 289 Bytes

Memory

This example demonstrates how to use libsql with an in-memory SQLite database.

Install Dependencies

npm i

Running

Execute the example:

node index.mjs

This will create an in-memory SQLite database, insert some data, and then query the results.