Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 215 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 215 Bytes

Local

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

Building

make

Running

./example

This will connect to a local SQLite, insert some data, and query it.