utelle / SQLite3MultipleCiphers

SQLite3 encryption extension with support for multiple ciphers
https://utelle.github.io/SQLite3MultipleCiphers/
MIT License
390 stars 73 forks source link

Will there be an installation package that supports Python django #112

Closed Yeenhel closed 1 year ago

Yeenhel commented 1 year ago

RT.

utelle commented 1 year ago

Since SQLite3 Multiple Ciphers can easily replace the original SQLite3 library, because all additional API functions can be used via SQL functions or pragmas and URI paramaters, it should be quite straight forward to create such an installation package based on an existing SQLite package.

However, this is currently not on my to-do list and will therefore not happen in the near future. If someone else wants to undertake this task, I will give support, if necessary.

Yeenhel commented 1 year ago

谢谢您的回复。我是Python的初学者,也许可以自学