It is a fast and convenience package that can help you using sqlite3 library much easier and faster.
Use the package manager pip to install simple_sqlite.
pip install simple-sqlite
This example shows how you can use this library to create database.
from simple_sqlite import SimpleSqlite
ssql = SimpleSqlite('basic.db')
result, message = ssql.create_database()
Always suggest creating new methods. Open an issue first to discuss what you would like to add.