Skip to content

felixyeahh/fyCursor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fyCursor

A simple cursor for managing sqlite3 databases

Installation

You can simply use pip:   $pip3 install fyCursor

Analytics

Alt

Changelog 📄

📀 v0.1.x

  • New fyCursor methods:
    • create_table (BETA)
  • Table and Fields (‼️ BETA):
    • Table class:

      • TableError
      • insert method
      • create method
    • Field class with following components

      • name
      • types
      • primary_key
      • default
      • nullable
  • Type hints
  • fetch and one now support execute method

🎎 v0.0.x

  • Basic fyCursor methods:
    • add
    • set
    • update
    • select
    • fetch
    • one
    • commit
    • where
  • Connect (#todo: all arguments)
  • Bug fixes