[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] Re: Using SQLite

2004-02-01 Thread Ron Aaron
On Sunday 01 February 2004 04:06 pm, Demitri Muna wrote: > Hello, Hi, Demitri - > I need to embed a database into my application, and was referred to > SQLite. I narrowed down my options to it and PostgreSQL (which I am not > completely sure I can embed into an app). One thing that I need to be >