News

SQLabs has announced SQLiteSync for Mac OS X and Windows. It’s a application to compare, merge and keep in sync two sqlite databases. It’s able to visualize the differences between millions of rows in ...
The SQLite database-management system offers many of the features found in large-scale commercial database software, including the ability to import Comma-Separated Variable (CSV) files.
I recently published a tutorial describing the different available methods to store data locally in an Android app. However, due to article length constraints, I could not adequately cover ...
What’s cool is SQLite doesn’t require a dedicated relational database management system (RDBMS)— it is used directly from your code, rather than via a server or external resource.
SQLite is a relational database management system that is used by a wide variety of programs including Google Chrome, Mozilla Firefox, Windows 10, and many other well-known programs. Almost one ...
A secrecy management platform must implement two design imperatives: it must be reliable, and it must be resistant to abuse, so an understanding of integrity risks to a SQLite database is required.
This includes MySQL, Oracle, MongoDB, SQLite, PostgreSQL ... OmniDB is an open-source, browser-based tool designed for database management. Its simple interface advocates ease of use.
In many cases, an embedded database will do. Embedded databases are lightweight, compact, and portable—and for some applications, they are a better choice than a traditional server. SQLite is an ...