https://github.com/natthasath/demo-python-sqlite
SQLite: Compact, serverless, file-based relational database. Ideal for embedded systems, mobile apps, and small projects. Lightweight, efficient, and widely adopted for its simplicity and portability.
https://github.com/natthasath/demo-python-sqlite
poetry python sqlite
Last synced: about 1 month ago
JSON representation
SQLite: Compact, serverless, file-based relational database. Ideal for embedded systems, mobile apps, and small projects. Lightweight, efficient, and widely adopted for its simplicity and portability.
- Host: GitHub
- URL: https://github.com/natthasath/demo-python-sqlite
- Owner: natthasath
- License: mit
- Created: 2023-06-29T07:23:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T05:52:11.000Z (almost 3 years ago)
- Last Synced: 2025-08-30T09:25:11.940Z (10 months ago)
- Topics: poetry, python, sqlite
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# demo-python-sqlite
SQLite: Compact, serverless, file-based relational database. Ideal for embedded systems, mobile apps, and small projects. Lightweight, efficient, and widely adopted for its simplicity and portability.