has anyone ported SQLite to Netburner
-
- Posts: 2
- Joined: Tue May 13, 2008 4:22 pm
has anyone ported SQLite to Netburner
has anyone ported SQLite 3.6.2 (or other) to a Netburner product?
Re: has anyone ported SQLite to Netburner
Yes, I just recelty did it, but you may no longer be interested, since you asked in 2008!
Re: has anyone ported SQLite to Netburner
This is a very interesting job! Do you accept to share it ?
-
- Posts: 12
- Joined: Fri Jan 29, 2010 10:30 pm
Re: has anyone ported SQLite to Netburner
I would also be very interested!
Re: has anyone ported SQLite to Netburner
Yes, I would be willing to share the process. Let me consult with the NetBurner folks on how best to do this.
My regular email is david@headstandsoftware.com.
David Bakkom
My regular email is david@headstandsoftware.com.
David Bakkom
-
- Posts: 1
- Joined: Wed Feb 06, 2013 6:19 am
Re: has anyone ported SQLite to Netburner
Whilst I appreciate it has been nearly 3 years since the last update on this thread, I have recently been trying to port SQLite 3.7.15.2 (SQLITE_SOURCE_ID: 2013-01-09 11:53:05 c0e09560d26f0a6456be9dd3447f5311eb4f238f), but can't seem to get file-based databases working. In-memory DB functionality is fine though, so I know it's something to do with my VFS layer.
If you have any suggestions for how to go about interfacing with the (non-posix) NetBurner filesystem, I would be very grateful.
Regards,
Alex
If you have any suggestions for how to go about interfacing with the (non-posix) NetBurner filesystem, I would be very grateful.
Regards,
Alex
Re: has anyone ported SQLite to Netburner
The SQLite website has information on how to interface to an alternative OS including the file system here
http://www.sqlite.org/custombuild.html
http://www.sqlite.org/custombuild.html