Is there embedded DB with PL/SQL support and Java API?

后端 未结 3 1914
情书的邮戳
情书的邮戳 2021-01-19 03:21

I\'m looking for embedded db with Java API for testing purposes. Also i need pl/sql support because we use oracle in production and migrations are written in pl/sql.

3条回答
  •  迷失自我
    2021-01-19 03:40

    We use Firebird's pl/sql extensively. It has an embedded server you can access through JDBC.

提交回复
热议问题