SQLite is a light weight relational database management system (RDBMS) that is used by many applications. Unfortunately, your data is not secure and can be read by anyone who has access to your SQLite database. TCL (Tool Command Language) makes writing SQLite database applications a relatively simple chore where I can focus more so on the application itself. For this […]