Tag: database
All the articles with the tag "database".
-
SQLite GUI Tools — What They Are, How They Work, and Their Limits
A comparison of GUI tools for SQLite, how they differ from server-based database clients like pgAdmin, and why the file-based model is rarely a problem in practice.
-
SQLite Explained — Engine, File, and the Whole Picture
A concept note covering SQLite's architecture, history, security model, and how programs interact with it through the C API.