https://github.com/milad-2003/sqlite-practice
I created this repository while learning about sqlite3 in python.
https://github.com/milad-2003/sqlite-practice
python python3 sqlite sqlite3
Last synced: about 1 month ago
JSON representation
I created this repository while learning about sqlite3 in python.
- Host: GitHub
- URL: https://github.com/milad-2003/sqlite-practice
- Owner: milad-2003
- Created: 2023-12-08T08:04:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T15:16:47.000Z (over 2 years ago)
- Last Synced: 2023-12-13T15:51:33.212Z (over 2 years ago)
- Topics: python, python3, sqlite, sqlite3
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQLite-practice
I created this repository while learning about sqlite3 in python.
The commits are a brief, step by step tutorial for learning the main things we can do with sqlite3 module in python.