News

An article from a developer, Mike Duncan, gives a tutorial to setup SQLite on .NET in 3 minutes. The tutorial proves very useful and the result is being able to use a lightweight database that can ...
Inventory Manager GUI (SQLite + Tkinter) A simple inventory management desktop app built with Python tkinter and backed by sqlite3. This project is designed for learning how to connect GUI apps with ...