Commit a7dfb82
README: transactions, limitations, and layering sections
ISSUE-30 — document the transaction model: implicit-transaction,
no autocommit, commit/rollback-before-use is a silent no-op,
commit errors now propagate (reversing the previously-silent
__exit__ behavior).
ISSUE-29 — add a Layering section explaining the relationship
between dqliteclient (wire), dqlitedbapi (PEP 249 sync/async),
and sqlalchemy-dqlite (dialect).
Also document the dqlite-specific limitations vs stdlib sqlite3:
multi-statement rejection, no autocommit, SERIALIZABLE-only
isolation.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent ac952d4 commit a7dfb82
1 file changed
Lines changed: 42 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
45 | 87 | | |
46 | 88 | | |
47 | 89 | | |
| |||
0 commit comments