This project is a Python-based database management system for an imaginary airline. The motivation behind this project was to practice the use of SQLite3 and Python to create a simple database ...
I was really excited about switching away from poetry and pyenv to uv for building and testing our project. However, our project relies on sqlite3.Connection.serialize and ...
SQLite has an incredibly small footprint. The database itself, its DLLs and the complimentary diff and analyzer tools are less than 15 MB in size. It's perfect for small mobile devices, advanced ...