Stop SQLite Injection Attacks in Their Tracks (SQLite C Tutorial)
What if a hacker could modify or delete your app’s database without needing to log in? That’s possible if you […]
What if a hacker could modify or delete your app’s database without needing to log in? That’s possible if you […]
In the previous episode we created a database with a users table. But, the table was empty. Today, we’re going
SQLite is the world’s most used relational database for one simple reason: it’s easy to integrate it into your app.
Most people think that relational databases are boring, but they’re awesome! Why else would they be one of the most