Re: [Modeling-users] Request for specific adaptors?
Status: Abandoned
Brought to you by:
sbigaret
From: Mario R. <ma...@ru...> - 2003-05-31 17:48:33
|
I have recently felt that an adaptor to a non-relational db server would be very nice -- useful for simple applications (and installations of)=20 and/or quick prototyping, but will allow that the same application be easily=20 "scaled-up" to a relational server (with no changes to the data model). This does not equate to simple object persistence (e.g. any of several such schemes available, from pickle to zodb, etc.). It is also not about performance ;-!. It is about giving a very high-level separation between the application objects, and the back-end, that will also allow=20 switching between SQL and non-SQL storage. I am in particular thinking of something like bsddb, with string values (rows) that are simply=20 repr(dict). Then searching and filtering can still be achieved without modifying any client code (albeit very inefficiently!). The advantage is that small applications that do not do so much searching and filtering do not suffer very much, and they can be installed a lot simpler (requiring only to make sure to have write access to some directory, as opposed to setting up an sql server). But, the power of the model is still at hand, on which the application can build... mario > I have the feeling that a request for a specific adaptor was once=20 > made > here, but I cannot find it again in the archives. Maybe Oracle, or > Firebird? > > BTW if you have a oracle server at hand you can experiment with, and = if > you have some time testing an adaptor for oracle we could work = together > to make this happen; I cannot make this on my own: downloading 1.5Gb > oracle for linux is far beyond my patience and bandwidth :/ > > -- S=E9bastien. > > > > ------------------------------------------------------- > This SF.net email is sponsored by: eBay > Get office equipment for less on eBay! > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > Modeling-users mailing list > Mod...@li... > https://lists.sourceforge.net/lists/listinfo/modeling-users |