Skip to content

Latest commit

 

History

History

batch

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Batch

This example demonstrates how to use libSQL to execute a batch of SQL statements.

Building

make

Running

Execute the example:

./example

This will create a local database, execute a batch of SQL statements (creating tables, inserting data, etc.), and then query the results.