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.

Install Dependencies

npm i

Running

Execute the example:

node index.mjs

This will setup a SQLite database, execute a batch of SQL statements, and then query the results.