VueJS and Flask-powered tool for database analysis. Allows users to select tables from SQLite database, execute queries, and display results in a table format. Includes pre-written queries and ...
sqlite-db-manager is a robust command-line interface (CLI) application designed to streamline the creation, management, and optimization of SQLite databases. It is tailored for local development ...
SQLite is a lightweight, disk-based database that doesn’t require a separate server process and allows accessing the database using a nonstandard variant of the SQL query language. Python provides an ...