SQLite: Difference between revisions

no edit summary
(Created page with "{{Draft}} [https://www.sqlite.org SQLite] is a "pocket database", in that it is a full-featured relational database which however dispenses with the client/server architectur...")
 
No edit summary
Line 20: Line 20:


===C/C++===
===C/C++===
==Caveats==
SQLite is as the name suggests easy to use and intended for relatively simple databases and which are neither excessively large (hundreds of gigabytes or more) nor too complicated in terms of their [https://en.wikipedia.org/wiki/Entity%E2%80%93relationship_model| entity-relationship diagram]. As your SQLite database grows in size and complexity the performance could start to degrade, in which case the time may have come to consider the use of more [[Database_servers | sophisticated database software which uses a client/server model]]
Bureaucrats, cc_docs_admin, cc_staff
2,318

edits