Skip to content

Commit

Permalink
update version in README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
utelle committed Nov 17, 2024
1 parent ea9e535 commit a20c1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Setting the key on a new database is the only change needed to your code.
>>> import apsw
>>> print(apsw.mc_version)
SQLite3 Multiple Ciphers 1.8.7
SQLite3 Multiple Ciphers 1.9.0
>>> con = apsw.Connection("database.sqlite3")
>>> con.pragma("key", "my secret passphrase")
ok
Expand Down

0 comments on commit a20c1be

Please sign in to comment.