Skip to content

Latest commit

 

History

History

Memory

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Memory

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

Running

Execute the example:

swift run Memory

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