You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, TDLib uses SQLCipher and not SQLite.
If you can install the exact same version of SQLCipher that is bundled by TDLib and patch TDLib to use it, then most of the code is likely to compile and work. A few bugs were patched in the bundled version, but they affect only performance, compiler compatibility and portability, and non-critical functions.
If the SQLCipher will be of a different version, then the code is likely to fail to build. Even if build succeeds, then something may silently fail to work because of backward incompatible changes in SQLCipher.
Can it be removed and replaced with an external dependency?
The text was updated successfully, but these errors were encountered: