Skip to content

Commit de69d0b

Browse files
committed
readme: note about optimized for querying
1 parent 4fe3812 commit de69d0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Usage of SQLiteQueryServer:
2323
SQL query to prepare for
2424
```
2525

26+
Note: SQLiteQueryServer is optimized for the SELECT command. Other commands such as INSERT, UPDATE, DELETE, CREATE, etc might be slow because SQLiteQueryServer doesn't use transactions (yet). Also, the response format and error messages from these commands can be odd or unexpected.
27+
2628
# Examples
2729

2830
## Creating a server

0 commit comments

Comments
 (0)