Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 970e3d6

Browse files
committed
Merge branch 'master' of https://github.com/felixyeahh/fyCursor
2 parents 96cc010 + 408e293 commit 970e3d6

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ A simple cursor for managing sqlite3 databases
33

44
## Installation
55
You can simply use pip:  
6-
\$`pip3 install fyCursor`
6+
\$```pip3 install fyCursor```
77

88
<!-- Repobeats analytics -->
99
# Analytics
@@ -19,11 +19,16 @@ You can simply use pip: &nbsp;
1919
- ``insert`` method
2020
- ``create`` method
2121

22-
- Field class
23-
- Field types
22+
- Field class with following components
23+
- name
24+
- types
25+
- primary_key
26+
- default
27+
- nullable
2428
- Type hints
29+
- ``fetch`` and ``one`` now support ``execute`` method
2530

26-
### 🎎 v0.0.1 to v0.0.3
31+
### 🎎 v0.0.x
2732
- Basic fyCursor methods:
2833
- add
2934
- set

0 commit comments

Comments
 (0)