We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908f9a7 commit 34f92d1Copy full SHA for 34f92d1
1 file changed
README.md
@@ -4,7 +4,7 @@ Simple to use image handler for python sqlite3.
4
# Functions
5
Function Name | Parameters | Returns
6
------------- | ---------- | -------
7
-**[init]("#init")** | **databasePath** : *str* <br> **tableName** : *str* | - |
+**init** | **databasePath** : *str* <br> **tableName** : *str* | - |
8
**startConnection** | - | - |
9
**imageSelector** | **path** : *str* | **bytesContent** : *bytes* <br> **extensionType** : *str* |
10
**addImage** | **imageName** : *str* <br> **imageBytes** : *bytes* <br> **extensionType** : *str* | - |
0 commit comments