has anyone ported SQLite to Netburner

Discussion to talk about software related topics only.
Post Reply
andrewheard
Posts: 2
Joined: Tue May 13, 2008 4:22 pm

has anyone ported SQLite to Netburner

Post by andrewheard »

has anyone ported SQLite 3.6.2 (or other) to a Netburner product?
educere
Posts: 3
Joined: Mon Jan 18, 2010 9:22 am

Re: has anyone ported SQLite to Netburner

Post by educere »

Yes, I just recelty did it, but you may no longer be interested, since you asked in 2008!
h_salvat
Posts: 1
Joined: Tue Jun 16, 2009 1:28 am

Re: has anyone ported SQLite to Netburner

Post by h_salvat »

This is a very interesting job! Do you accept to share it ?
blahartinger
Posts: 12
Joined: Fri Jan 29, 2010 10:30 pm

Re: has anyone ported SQLite to Netburner

Post by blahartinger »

I would also be very interested! :)
educere
Posts: 3
Joined: Mon Jan 18, 2010 9:22 am

Re: has anyone ported SQLite to Netburner

Post by educere »

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
alex.wells
Posts: 1
Joined: Wed Feb 06, 2013 6:19 am

Re: has anyone ported SQLite to Netburner

Post by alex.wells »

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
User avatar
tony
Posts: 49
Joined: Thu Apr 24, 2008 6:05 pm

Re: has anyone ported SQLite to Netburner

Post by tony »

The SQLite website has information on how to interface to an alternative OS including the file system here
http://www.sqlite.org/custombuild.html
Post Reply