Skip to content
  • Simon Oliver Tveit's avatar
    sqlite in memory session · f2a00fa1
    Simon Oliver Tveit authored
    Adds option to run the sqla_session against a sqlite in memory session.
    This is instead of the normal session connecting to the postgresql database
    The advantage of doing it this way is tha all the code using sessions
    will automatically use the test session if running testssqlite in memory session
    f2a00fa1