Metadata-Version: 2.1
Name: fyCursor
Version: 0.0.4
Summary: Simple sqlite3 cursor
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

## Installation 
You can simply use pip: &nbsp;
\$`pip3 install fyCursor`

# Changelog 📄
### 📀 v0.0.4
- New fyCursor methods:
    - create_table (BETA)
- Table and Fields (‼️ BETA):
    - Table class:
        - TableError
        - ``insert`` method
        - ``create`` method
    - Field class
- Type hints

### 🎎 v0.0.1 to v0.0.3
- Basic fyCursor methods:
    - add
    - set
    - update
    - select
    - fetch
    - one
    - commit
    - where
- Connect (#todo: all arguments)
- Bug fixes 
