https://github.com/yumeangelica/persons_database_app
Python CRUD app connected to an SQLite database for managing person records.
https://github.com/yumeangelica/persons_database_app
python3 sqlite
Last synced: 11 days ago
JSON representation
Python CRUD app connected to an SQLite database for managing person records.
- Host: GitHub
- URL: https://github.com/yumeangelica/persons_database_app
- Owner: yumeangelica
- Created: 2023-06-14T18:15:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-14T18:15:48.000Z (about 3 years ago)
- Last Synced: 2026-06-14T07:33:53.856Z (11 days ago)
- Topics: python3, sqlite
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python based persons database (SQLite) app for fetching and storing data
## Installation:
1. Search information how to install Python3 and SQLite on your system.
2. Download the source code
3. Run the main file (persons_database_app.py) with Python3