1. SimpleSQLite

https://travis-ci.org/thombashi/SimpleSQLite.svg?branch=master https://ci.appveyor.com/api/projects/status/b564t8y34lkcd1hq/branch/master?svg=true https://coveralls.io/repos/github/thombashi/SimpleSQLite/badge.svg?branch=master

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