Skip to content

Latest commit

 

History

History

memory

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

In-Memory

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

Building

make

Running

./example

This example will:

  1. Create an in-memory SQLite database.
  2. Create a table called users.
  3. Insert some sample data into the users table.
  4. Query and display all users in the table.