# Batches in SQLite

DevFeed: [Batches in SQLite](<https://devfeed.tech/articles/batches-in-sqlite-5895.md>)

Original publisher: [Read original article](<https://turso.tech/blog/batches-in-sqlite-838e0961>)

Author: James Sinkala

Published: 2024-02-07T00:00:00Z

Content type: tutorial

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [SQLite](<https://devfeed.tech/topics/sqlite.md>), [Database](<https://devfeed.tech/topics/database.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [batch](<https://devfeed.tech/tags/batch.md>), [databases](<https://devfeed.tech/tags/databases.md>), [latency](<https://devfeed.tech/tags/latency.md>), [libsql](<https://devfeed.tech/tags/libsql.md>), [performance](<https://devfeed.tech/tags/performance.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [sql](<https://devfeed.tech/tags/sql.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [transactions](<https://devfeed.tech/tags/transactions.md>), [turso](<https://devfeed.tech/tags/turso.md>)

## AI overview

The article explains how batch statements in SQLite and libSQL can reduce network latency by sending multiple SQL queries together. It covers transactional ACID behavior and contrasts batches with interactive transactions.

## Source excerpt

Using batch statements to increase the query performance in SQLite databases.