Nieuws

SQLite3 is a C library that provides a lightweight disk-based database that doesn’t require a separate server process and allows accessing the database using a nonstandard variant of the SQL query ...
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 ...