问题标签 [multiple-schema]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
32 浏览

database - 如何在 Wildfly 中声明跨数据源的多租户模式

有没有办法在wildfly中声明一个跨越数据源的模式配置,以便底层数据库(在这种情况下为MariaDB)可以由n个不同的模式(都具有相同的结构)组成,每个模式都可以通过定义的数据源访问?我正在考虑connection-url数据源名称中的一些通配符配置。

目标是在我们的数据库模式的多个实例之间实现数据分离,每个实例用于一个模式中的一个客户。