Metadata-Version: 2.1
Name: fyCursor
Version: 0.0.3
Summary: 0.0.3
Author: felixyeahh
Author-email: <felixyeah@outlook.com>
License: MIT
Keywords: python,sqlite3,database
Description-Content-Type: text/markdown
License-File: LICENSE


# fyCursor
A simple cursor for managing sqlite3 databases

# Changelog 📄
### 🎎 Version 0.0.1 to 0.0.3
- Basic fyCursor methods:
    - add
    - set
    - update
    - select
    - fetch
    - one
    - commit
    - where
- Connect (#todo: all arguments)
- Bug fixes 
