Posts marked with “sqlite”

Full-text Search with SQLite

by · November 12, 2011

9
 

Full-text search with SQLite is so ridiculously easy to implement, there are only two valid reasons you haven’t done it yet. The first is you don’t need the full-text capability, and the second is you didn’t know it could be done. Here are the steps in full: Ensure full-text search is enabled (see below) Create […]

 

Impel, the Javascript ORM

by · March 23, 2010

0
 

Impel is an object-relational mapper for JavaScript. If the association of these two terms seems strange, bear with me (and with HTML5) for a moment.

 

Lithium at version 0.7, now with SQL support

by · March 10, 2010

1
 

Lithium hits version 0.7, bringing 170 commits from 6 different developers…including SQL support.