Skip to content

xluoly/raw-os_sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Raw-OS_Sqlite


Raw-OS_Sqlite is a Sqlite3 porting on Raw-OS Real Time Operation System. This project implements a very sample VFS named "RAW" that uses FatFs API such as f_open(), f_close(), f_read(), f_write(), f_seek(), f_truncate(), f_sync(), f_unlink(), and so forth.

##Screenshots

sqlite_shell


##How to build

###MinGW

$ cd port/win32/mingw
$ make

###MSVC2005 Open file port\win32\msvc2005\raw-vc.sln with Microsoft Visual Studio 2005, and run build solution.

###MSVC2010 Open file port\win32\msvc2010\raw-vc.sln with Microsoft Visual Studio 2010, and run build solution.

##How to run

Open DOS command prompt, and CD to excuable output directory.

> sqlite 0:database.db 

For more infomation, please refer to this. Enjoy it.

About

Sqlite3 porting on Raw-OS Real Time Operation System.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published