You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,9 @@
3
3
4
4
Python SQLiteHelper is a python package that help you to create sqlite databases,tables and interacting with sqlite database without have to worry about writing any SQL query.
5
5
6
-
7
6
```python
8
7
# import the module from helper folder
9
-
fromhelper.sqlitehelperimport SQLiteHelper
8
+
frompysqlitehelper.helpersimport SQLiteHelper
10
9
11
10
# creating the database called todo_app using our SQLiteHeper module
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[tool.poetry]
2
2
name = "pysqlitehelper"
3
-
version = "0.3.0"
3
+
version = "0.4.0"
4
4
description = "Python SQLiteHelper is a python package that help you to create sqlite databases,tables and interacting with sqlite database without have to worry about writing any SQL query."
0 commit comments