SimpleSQLite
0.3.1
Table of Contents
1. SimpleSQLite
2. Installation
3. Dependencies
4. Examples
4.1. Create table
4.2. Insert records into a table
4.3. Update a record in a table
4.4. Profiling
4.5. Make an in-memory database
5. Reference
6. Indices and tables
7. Links
SimpleSQLite
Docs
»
4. Examples
View page source
4. Examples
ΒΆ
4.1. Create table
4.1.1. Create a table from data matrix
4.1.2. Create a table from a CSV file/text
4.1.3. Create table(s) from JSON file/text
4.1.4. Create table(s) from an Excel file
4.1.5. Create table(s) from Google Sheets
4.2. Insert records into a table
4.2.1. Insert dictionary
4.2.2. Insert list/tuple/namedtuple
4.3. Update a record in a table
4.4. Profiling
4.5. Make an in-memory database