Skip to content

Latest commit

 

History

History
 
 

database.abstractions

Database abstractions for Neptune (compatible with both ORM and repository patterns)

Maven

    <dependencies>
        <dependency>
            <groupId>ru.tinkoff.qa.neptune</groupId>
            <artifactId>database.abstractions</artifactId>
            <version>${LATEST_RELEASE_OR_BETA_VERSION}</version>
        </dependency>
    </dependencies>

Gradle

    dependencies {
        api group: 'ru.tinkoff.qa.neptune', name: 'database.abstractions', version: LATEST_RELEASE_OR_BETA_VERSION    
    }

Краткая документация на русском

Brief documentation in English

API overview