Changes between Version 18 and Version 19 of Packages/SQLite


Ignore:
Timestamp:
06/25/12 20:47:45 (12 years ago)
Author:
C Rempel
Comment:

/* Some Ideas for Porting SQLite to RTEMS */

Legend:

Unmodified
Added
Removed
Modified
  • Packages/SQLite

    v18 v19  
    33
    44SQLite was originally designed to be an embedded database for on-board guided missile destroyers, for the US Navy ''The Definitive Guide to Sqlite By Michael Owens''.  Unlike many database program, SQLite is designed to be an itegral part of the embedded system. SQLite doesn't use interprocess communication, which makes it much faster than a database system that does.
    5 =  Some Ideas for Porting SQLite to RTEMS  =
     5=  Porting SQLite to RTEMS  =
     6
     7This is a very rough first stab at porting SQLite to RTEMS.
    68
    79
    810For a developer that might be interested in porting SQLite to RTEMS...
     11=  Development Repository Editon SQLite  =
     12
    913
    1014To build SQLite from the development repository, you need TCL and fossil. TCL is part of the SQLite build system, while fossil is another version control system.