Skip to main content

Simple sqlite3 cursor

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fyCursor-0.1.6.tar.gz (6.8 kB view hashes)

Uploaded Source

Built Distribution

fyCursor-0.1.6-py3-none-any.whl (7.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page