Skip to content

Commit c9c622b

Browse files
authored
Update README.md
1 parent cd7959d commit c9c622b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Simple to use image handler for python sqlite3.
44
# Functions
55
Function Name | Parameters | Returns
66
------------- | ---------- | -------
7-
**[init][1]** | **databasePath** : *str* <br> **tableName** : *str* | - |
7+
**[init](#-__init__(self,-databasePath-:-str-=-"database.db",-tableName-:-str-=-"images")-->-None)** | **databasePath** : *str* <br> **tableName** : *str* | - |
88
**[startConnection][2]** | - | - |
99
**[imageSelector][3]** | **path** : *str* | **bytesContent** : *bytes* <br> **extensionType** : *str* |
1010
**[addImage][4]** | **imageName** : *str* <br> **imageBytes** : *bytes* <br> **extensionType** : *str* | - |
@@ -17,7 +17,6 @@ Function Name | Parameters | Returns
1717

1818

1919
[See definitions](#definitions)
20-
[1]: #-__init__(self,-databasePath-:-str-=-"database.db",-tableName-:-str-=-"images")-->-None
2120

2221
# Usage
2322
- <h3> Importing & Creating Handler </h3>

0 commit comments

Comments
 (0)