SQLite insert or update statement example

Hello Friends 👋, Welcome To Infinitbility! ❤️ For most of Crud and migration query time, we try to make the same query for insert or update like if we have the same row then update else insert a new row. SQLite also provides multiple options to write insert or update statements in a single query. Let start today’s tutorial SQLite insert or update statement example First we should go with new SQLite feature SQLite upserts...

December 2, 2021 · 1 min · Infinitbility

How to encrypt SQLite database?

Hello Friends 👋, Welcome To Infinitbility! ❤️ When you are working with SQLite or you want to encrypt your sqlite database, you will definatly go with SQLCipher because it’s open source and free not like others SEE and SQLcrypt. But problems come when you have to set up SQLCipher in your system ( Mainly when you are not a JAVA developer ) there needs lots of things to set up SQLCipher like OpenSSL, Active TCL, Visual Studio, and many configurations....

November 17, 2021 · 2 min · Infinitbility