📄️ Creating a Database
Create SQLite database files safely and verify that your new database is the one you intended to open.
📄️ Opening an Existing Database
Open existing SQLite files confidently, verify file identity, and avoid accidental creation of lookalike databases.
📄️ Renaming a Database
Rename SQLite database files safely at the filesystem level while avoiding locked-file and wrong-path mistakes.
📄️ Deleting a Database
Delete SQLite database files safely and verify you are removing the correct file before the action is irreversible.
📄️ Attaching Databases
Attach additional SQLite database files to one session so you can query across files with schema-qualified names.
📄️ Detaching Databases
Detach previously attached SQLite database files cleanly to keep your session clear and avoid accidental cross-file queries.