Hi, H2 supports an abstract file system, see the package org.h2.store.fs. In the next version I will make it easier to register a file system (using FileSystem.register). See also the current trunk.
Regards, Thomas On Wed, Apr 15, 2009 at 4:50 PM, jc <[email protected]> wrote: > > Hi, > > I'm working in Eclipse and would like to save my data using H2. > > The Eclipse's workspace is consitituted of IFolder, IProject and > IFile. These are usualy backed by real operating system filesystem. > However it is possible to write custom filesystem to perist the > workspace resource into an alternate filesystem like Webdav. > > I would rather not have to specify the real operating filesystem > locations to H2 but instead give it my resources locations in terms of > IFile and IFolders. > > Does anyone know if this is possible or have been done? Can one easily > overide the H2 driver for the jdbc:h2:file scheme? > > Thanks > jean-claude > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
