1. SimpleSQLite¶
1.1. Summary¶
SimpleSQLite is a python library to simplify the table creation and data insertion in SQLite database.
1.2. Feature¶
Automatic table creation from data
- Support various data types of record(s) insertion into a table:
- dictionary
- namedtuple
- list
- tuple
- Create table(s) from:
- CSV file/text
- JSON file/text
- Microsoft Excel TM file
- Google Sheets