Skip to content

Commit 84e39fb

Browse files
committed
Update README.md
1 parent b0c484e commit 84e39fb

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ SQLite3 Encryption API
8282
Functions
8383
-----------
8484

85+
```c
86+
#define SQLITE_HAS_CODEC
87+
#include <sqlite3.h>
88+
```
89+
8590
### sqlite3_key, sqlite3_key_v2
8691
> Set the key for use with the database
8792
@@ -180,8 +185,8 @@ use as usual
180185
- [wxsqlite3-docs]
181186

182187
[sqlcipher-api]: https://sqlcipher.net/sqlcipher-api/ "SQLCipher API"
183-
[wxsqlite3]: http://wxcode.sourceforge.net/components/wxsqlite3/ "wxSQLite3 Homepage"
184-
[wxsqlite3-source]: http://wxcode.sourceforge.net/components/wxsqlite3/ "wxSQLite3 Source Code"
185-
[wxsqlite3-docs]: http://wxcode.sourceforge.net/docs/wxsqlite3/ "wxSQLite3 Docs"
186-
[wxsqlite3-dl]: https://sourceforge.net/projects/wxcode/files/Components/wxSQLite3/ "wxSQLite3 Download"
188+
[wxsqlite3]: https://utelle.github.io/wxsqlite3 "wxSQLite3 Homepage"
189+
[wxsqlite3-source]: https://github.com/utelle/wxsqlite3 "wxSQLite3 Source Code"
190+
[wxsqlite3-docs]: https://utelle.github.io/wxsqlite3/docs/html/index.html "wxSQLite3 Docs"
191+
[wxsqlite3-dl]: https://github.com/utelle/wxsqlite3/releases "wxSQLite3 Download"
187192
[repo-dl]: https://github.com/rindeal/SQLite3-Encryption/archive/master.zip "Download repository"

0 commit comments

Comments
 (0)