Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 490 Bytes

File metadata and controls

9 lines (7 loc) · 490 Bytes

Spring Data MyBatis

This directory contains two sample applications for using Spring Data MyBatis with the Spanner JDBC driver.

  • GoogleSQL: This sample uses the Spanner GoogleSQL dialect.
  • PostgreSQL: This sample uses the Spanner PostgreSQL dialect and the Spanner JDBC driver. It does not use PGAdapter. The sample application can also be configured to run on open source PostgreSQL, and shows how a portable application be developed using this setup.