Home Tags SQLite

Tag: SQLite

Choosing Between PostgreSQL, MariaDB, and SQLite

0
Selecting the right database management system can be overwhelming. Understanding the strengths of PostgreSQL, MariaDB, and SQLite will empower you to make the right...

Top 10 Open Source Databases

0
A humongous amount of data is being generated across the globe each day, thanks to technologies like the Internet of Things and artificial intelligence....

Interfacing Python with the SQLite Transactional Database Engine

0
SQLite is the world’s most widely installed database engine, deployed in application software such as browsers for local or client data storage. Being free...

A Quick Look at Open Source Databases for Mobile App Development

1
Data is the life blood of the IT world. It is generated in great volumes in the course of our everyday lives. Efficient data...

Use Django and REST frameworks to create simple API

2
This article is a short tutorial on how to create a simple TaskAPI with SQLite, which communicates over JSON and REST. We will use...

Working with Data and Cache Storage in Drupal

0
Drupal is a popular and widely used content management system (CMS). This article exposes the reader to MySQL database solutions for Drupal, along with...

Should You Root Your Android Device?

5
There are many settings that can be tweaked in an Android device; however, these tweaks are restricted to what the manufacturer permits. Rooting an...

ownCloud 3 Makes Setting up and Accessing Your Own Cloud Dead...

6
We are all aware that storing data in the cloud has its own advantages, making our data available everywhere we go. But storing our...

Virtual Machines For Abstraction: The Dalvik VM

3
With the rise of heterogeneous systems, there is a requirement for a scalable software system that is cost-effective and maintenance-free. Virtual machines (VMs) provide...

lighttpd & SQLite: A Lightweight Web Server and Database Platform

2
This article demonstrates the setting up of a lightweight Web server and database platform, using the lighttpd Web server and the SQLite database management...