Hi, > How to set up H2 in-memory database in GAE and perform ACID opertions > using SQL in my app?
The problem with ACID and in-memory databases is that in-memory database are not persisted, so you can't have durability. > Could you provide some tutorial with examples? See the source code, for example: http://code.google.com/p/h2database/source/browse/#svn/trunk/h2/src/test/org/h2/samples%3Fstate%3Dclosed > Which SQL commands are supported in GAE? All statements, except those that require a file system. Regards, Thomas --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
