Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Clarify how to use multi-db drivers (e.g. for test and deployment) #79

@aptogo

Description

@aptogo

To create a 'DAO' class with active-slick, I need to extend a concrete JDBCProfileProfile e.g.

class CoffeeRepo extends EntityActions with H2ProfileProvider {...}

Is it possible in any way to support multiple DB types e.g. H2 for testing and Postgres for deployment? This is probably a general question for Slick rather than specifically for active-slick, but it's an issue that has troubled me since starting to look at Slick.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions