SQLite IntroductionWikipedia says: “SQLite is a relational database management system (RDBMS) contained in a C library. In contrast to […] November 11, 2020 in Database tagged database / sql / sqlite / local / SQLite by Mike
From CSV to SQLiteHow do you get your CSV data into a SQLite database? Here is an article from Towards data […] August 6, 2024 in Excel tagged python / sqlite / integration / data / import / csv / SQLite by Mike
From SQLite to CSVIf you have a SQLite database and you have installed DB Browser, you can view and export your […] November 9, 2024 in Database tagged export / import / csv / sqlite / SQLite by Mike