A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
In this third and final installment on using SQLite from C++, I want to begin exploring some of the internals of this amazing little database engine. SQLite does things quite differently than most ...
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 ...
This software was built as a demo database and backend for housing software. The goal with this project was to utilize a SQL relational database using the sqlite3 library in Python. There is a simple ...
page that describes how to use SQLite, 200 queries are appropriate for one web page in SQLite. Developers often point out that '200 queries per page is ridiculous'. Unlike the client-server database ...
Businesses use a wide array of accounting applications to manage their finances. Some businesses use commercial accounting or financial applications while others create in-house programs using tools ...
Community driven content discussing all aspects of software development from DevOps to design patterns. SQLite is an incredibly lightweight and remarkably popular SQL-compliant database. In fact, it’s ...
SQLite is suitable for apps that require reliable storage and small but frequent updates. DuckDB can handle large datasets and analytical SQL workloads efficiently. Matching database design to ...