File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Simple to use image handler for python sqlite3.
44# Functions
55Function 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 >
You can’t perform that action at this time.
0 commit comments