News

SQLite is an open source database that has been growing in popularity. It's footprint is small and is used in a wide-variety of types of applications.
SQLite is designed to be fast, portable, and reliable, whether you’re storing only kilobytes of data or multi-gigabyte blobs. We'll take a look at SQLite, including where and when to use it and ...
SQLite offers up a lot of raw power and performance. It's a no-compromise database engine, and takes some careful consideration to make the most of its capabilities. I've shown a number of techniques ...
Install the Dapper and SQLite NuGet packages In this example, we’ll use Dapper to connect to and work with a SQLite database.
SQLite has an incredibly small footprint. The database itself, its DLLs and the complimentary diff and analyzer tools are less than 15 MB in size. It's perfect for small mobile devices, advanced ...
How to Connect a Website to SQLite. When developing a website for your business on your own servers, you may have to deal with database programming and use database data on your website. Using a ...
Output SQLite Results to a Text File. SQLite is a database solution that allows you to store data in mobile devices. Android and Apple use SQLite to store data, but you can also use the database ...