Concept Flow - Database connections (DBI, RSQLite)
Load DBI and RSQLite libraries
Create connection object to SQLite DB
Use connection to send queries
Fetch results or write data
Close connection to release resources
This flow shows how to load libraries, connect to a SQLite database, run queries, and then close the connection.