Skip to content

Commit 948f494

Browse files
committed
Update README.md
1 parent 0e4082a commit 948f494

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,5 @@ Some methods have a hidden `commit` argument, it is responsible for the immediat
161161
my_sqlite3_database.get_table("users").commit()
162162
```
163163

164+
# Conclusion
165+
In my personal opinion, the project turned out to be quite good, and its development is interesting and exciting. I understand perfectly well that this module will never be in production, but I did not have such a goal. My goal was to create a convenient tool for myself and in my opinion it turned out

example.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
# The `count` property contains the number of rows in the table
8888
print(my_sqlite3_database.get_table("users").count)
8989

90+
# Conclusion
9091

9192

9293

0 commit comments

Comments
 (0)