Skip to content

Conversation

ivan-p92
Copy link
Contributor

This PR makes it possible to run PACE with the in-memory H2 database as storage layer by simply using a configuration like:

spring:
  datasource:
    url: jdbc:h2:mem:pace;CASE_INSENSITIVE_IDENTIFIERS=TRUE;DATABASE_TO_LOWER=TRUE
    hikari:
      username: sa
      password: ""
      schema: public
    driver-class-name: org.h2.Driver

@ivan-p92 ivan-p92 merged commit 53b37f0 into alpha Feb 15, 2024
@ivan-p92 ivan-p92 deleted the feature/h2-support branch February 15, 2024 12:11
getstrmbot added a commit that referenced this pull request Feb 15, 2024
# [1.0.0-alpha.64](v1.0.0-alpha.63...v1.0.0-alpha.64) (2024-02-15)

### Features

* add h2 support for PACE db ([#210](#210)) ([53b37f0](53b37f0))
@getstrmbot
Copy link
Collaborator

🎉 This PR is included in version 1.0.0-alpha.64 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants