[sqlite] RE: Using sqlite on Nintendo DS / PSP

2006-07-06 Thread ahochan
Thanks for the tips. I'll look into writing a custom OS interface layer, at least for the DS. Binary data that's embedded in ROM will usually be stored as a byte array directly in a source file, so I'll need to write an interface layer that doesn't rely on any type of file I/O. As for the PSP, I

[sqlite] Using sqlite on Nintendo DS / PSP

2006-07-06 Thread ahochan
I'm building a dictionary application that will run on Nintendo DS and PSP. I'm considering using sqlite to store the database which will will be read-only, and embedded on rom. Is it possible to get sqlite to read the database directly from such a pre-allocated memory area? Usage examples I've s