simplesqlite
latest
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. Get Data from a Table
4.5. ORM functionality
4.6. Profiling
4.7. Make an in-memory database
5. Reference
6. Changelog
7. Sponsors
8. Indices and tables
9. Links
simplesqlite
4.
Examples
Edit on GitHub
4.
Examples
ΒΆ
4.1. Create table
4.1.1. Create a table from a data matrix
4.1.2. Create a table from CSV
4.1.3. Create table(s) from JSON
4.1.4. Create a table from pandas DataFrame
4.1.5. Create table(s) from Excel
4.1.6. 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. Get Data from a Table
4.4.1. Get Data from a table as OrderedDict
4.4.2. Get Data from a table as pandas DataFrame
4.5. ORM functionality
4.6. Profiling
4.7. Make an in-memory database