A simple cursor for managing sqlite3 databases
You can simply use pip:
$pip3 install fyCursor
- New fyCursor methods:
- create_table (BETA)
- Table and Fields (
‼️ BETA):-
Table class:
- TableError
insert
methodcreate
method
-
Field class with following components
- name
- types
- primary_key
- default
- nullable
-
- Type hints
fetch
andone
now supportexecute
method
- Basic fyCursor methods:
- add
- set
- update
- select
- fetch
- one
- commit
- where
- Connect (#todo: all arguments)
- Bug fixes