Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / SQLite

SQLite

SQLite

Great Reads

by Michael Sydney Balloni
Wanna add basic database functionality to your C++ app? Too lazy to use SQLite directly? Read on!
by Private Dobbs
How to initialise a database and then automatically keep it up to date with version releases
by Desmond_Tan, Lewis_Carr
Zen is to SQLite what SQLite was to flat file management systems. It provides the full set of capabilities needed to meet the needs of modern edge data management.
by Jörgen Andersson
A propertymapping extension for DataReaders

Latest Articles

by Michael Sydney Balloni
Wanna add basic database functionality to your C++ app? Too lazy to use SQLite directly? Read on!
by Private Dobbs
How to initialise a database and then automatically keep it up to date with version releases
by Desmond_Tan, Lewis_Carr
Zen is to SQLite what SQLite was to flat file management systems. It provides the full set of capabilities needed to meet the needs of modern edge data management.
by Jörgen Andersson
A propertymapping extension for DataReaders

All Articles

Sort by Score

SQLite 

by Tom Chantler
If you're hosting your Ghost blog in Azure then you're probably not backing up your database, even if you think you are. I wasn't, but I am now. Here's how.
by kribo
C# & SQLite – System.Data.SQLite 1007000
by John Pili
A simple example of how to use SQLite in Golang
by jgauffin
I've created a small example project that uses the data mapper in Griffin.Framework to work with SQLite.
by John Atten
How to install and use SQLite on Windows
by Vlad Neculai Vizitiu
Some LiteDB use cases
by Cindy Potvin
Saving an image in a SQLite database in your Android application
by Cindy Potvin
This is the fourth post in my series about saving data in Android applications.
by essentialSQL
SQLite3 is a compact free database you can use easily to create and use a database. Learn more about it in this blog post.