File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- /*
1
+ /**
2
2
2022-07-22
3
3
4
4
The author disclaims copyright to this source code. In place of a
10
10
11
11
***********************************************************************
12
12
13
- This file implements the initializer for the sqlite3 "Worker API
14
- #1", a very basic DB access API intended to be scripted from a main
15
- window thread via Worker-style messages. Because of limitations in
16
- that type of communication, this API is minimalistic and only
17
- capable of serving relatively basic DB requests (e.g. it cannot
18
- process nested query loops concurrently).
13
+ This file implements the initializer for SQLite's "Worker API #1", a
14
+ very basic DB access API intended to be scripted from a main window
15
+ thread via Worker-style messages. Because of limitations in that
16
+ type of communication, this API is minimalistic and only capable of
17
+ serving relatively basic DB requests (e.g. it cannot process nested
18
+ query loops concurrently).
19
19
20
20
This file requires that the core C-style sqlite3 API and OO API #1
21
21
have been loaded.
You can’t perform that action at this time.
0 commit comments