Changes between Initial Version and Version 1 of Projects/DatabaseKit


Ignore:
Timestamp:
02/24/12 01:31:24 (12 years ago)
Author:
Gedare
Comment:

Created page with "

Table of Contents

    Mentors: Students: Status: Uninitiated. Introduction: Traditionally applications write their own data management, which may include da..."

    Legend:

    Unmodified
    Added
    Removed
    Modified
    • Projects/DatabaseKit

      v1 v1  
       1= RTEMS DBKit =
       2
       3
       4
       5[[TOC(Projects/DatabaseKit, depth=2)]]
       6
       7
       8'''Mentors:'''
       9
       10'''Students:'''
       11
       12'''Status:''' Uninitiated.
       13
       14'''Introduction:''' Traditionally applications write their own data management, which may include database code or roll-your-own solutions. Users would benefit from having established and supported database solutions that they can import into their application.
       15
       16Candidate DBs:
       17 *  http://www.sqlite.org/
       18 *  http://www.innodb.com/products/embedded-innodb/
       19 *  http://www.csqlcache.com/
       20 *  http://cr.yp.to/cdb.html
       21 *  http://www.corpit.ru/mjt/tinycdb.html
       22
       23  * We will need to investigate to make sure they can be viably brought in.
       24
       25'''Goal:''' Create a package that allows for users to import a database to use with their application. The database code must comply with the RTEMS license.
       26
       27'''Requirements:''' This project is mainly about integrating another project with RTEMS. Familiarity with RTEMS build system, cross-compilation, and the ability to create good documentation are all must-haves.
       28
       29'''Resources:'''
       30
       31'''Acknowledgements'''
       32
       33= Miscellaneous Sections =
       34
       35As the project progresses, you will need to add build instructions, etc and this page will evolve from a project description into a HOWTO.
       36= References =
       37
       38
       39 *  TBD
       40
       41'''Other sections:''' If you have more to say about the project that doesn't fit in the proposed sections of this template, feel free to add other sections at will.