Reviews by real users

Just finished a project using open source libraries and have fresh impressions?

Write a review to share your experiences with open source!

On DevRates we focus on reviews by developers using libraries on their daily work.

Technology radar

Launching a start-up or commercial project using open-source libraries? No time to evaluate various technology stacks?

Interested in the latest trends and top-rated open source projects for all layers of your application?

DevRates contains projects reviews of most popular tagged categories and programming languages.

Build your skill profile

Join DevRates and build your public profile from libraries you know and experience positions from projects you've been involved in.

Follow projects and don't miss any news from blogs and twitter on your wall.

Your company is looking for talented developers? Register on DevRates and show your technology stack on your company profile.

JOIN THE COMMUNITY TAKE A TOUR

SQLite

Homepage

http://sqlite.org/

Latest release

3.7.14 (03/09/2012)

Developed by

Licenses

Public domain

Overall rating

8.1
Usability
8.0
Simplicity
7.9
Documentation
8.1
Community
7.4

Tags

  • sql

  • c

  • rdbms

  • embedded db

Description

SQLite is a in-process library that implements a self-contained, serverless, zero-configuration, transactionalSQL database engine. The code for SQLite is in the public domain and is thus free for use for any purpose, commercial or private. SQLite is currently found in more applications than we can count, including several high-profile projects.

SQLite is an embedded SQL database engine. Unlike most other SQL databases, SQLite does not have a separate server process. SQLite reads and writes directly to ordinary disk files. A complete SQL database with multiple tables, indices, triggers, and views, is contained in a single disk file. The database file format is cross-platform - you can freely copy a database between 32-bit and 64-bit systems or between big-endian and little-endian architectures. These features make SQLite a popular choice as an Application File Format. Think of SQLite not as a replacement for Oracle but as a replacement for fopen()

Related projects

Latest reviews

10
davidk01

When it comes to prototyping applications that need a database nothing beats SQLite. It is always the first database I use whenever I start working on an application.

full review
Sign in to vote for review score: 0
8
exu
full review
Sign in to vote for review score: 0
1
ulf.thomas
full review
Sign in to vote for review score: 0
10
mifchip
full review
Sign in to vote for review score: 0
10
sidewinder128
full review
Sign in to vote for review score: 0
8
don_matteo
full review
Sign in to vote for review score: 0
Loading reviews...
Please sign in to rate or post a comment
Scroll to top