Skip to content

This library can help you using sqlite3 library much easier and faster.

License

Notifications You must be signed in to change notification settings

Svinokur/simple_sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple_sqlite

PyPI version MIT License Downloads Downloads Downloads Donate with Bitcoin Donate with Ethereum

Windows macOS Ubuntu

Open in Visual Studio Code

It is a fast and convenience package that can help you using sqlite3 library much easier and faster.

Installation

Use the package manager pip to install simple_sqlite.

pip install simple-sqlite

Usage

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()

Contributing

Always suggest creating new methods. Open an issue first to discuss what you would like to add.