Message8122
With python 3.12+ you can:
python -m sqlite3 sqlite.db.file
> pragma journal_mode;
> pragma journal_mode=WAL
without needed any sqlite3 command tools.
I am closing this since 3.12 is used for the docker base images.
While the sql command could be useful for other sql databases, for this
use case it's not needed. |
|
Date |
User |
Action |
Args |
2024-08-03 23:33:48 | rouilj | set | messageid: <1722728028.29.0.311936142889.issue2551235@roundup.psfhosted.org> |
2024-08-03 23:33:48 | rouilj | set | recipients:
+ rouilj, ber |
2024-08-03 23:33:48 | rouilj | link | issue2551235 messages |
2024-08-03 23:33:48 | rouilj | create | |
|