It should be possible to tell SQLite to use a 'memory database'. In TG1.x
you set

 sqlalchemy.dburi = "sqlite:///:memory:"

in the cfg file.

On Thu, Mar 12, 2009 at 1:17 PM, Artem Marchenko
<[email protected]>wrote:

>
> Hi
>
> Is there a possibility to use in-memory database in TG2?
> I have quite many DB-related tests in my app that currently uses
> SQLite. I would like to speed it up by not using hard drive at all. Is
> it possible?
>
> Thanks.
> Artem.
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to