LionWeb-io / lionweb-repository

Reference implementation of LionWeb repository
Apache License 2.0
2 stars 1 forks source link

Support multiple repositories #60

Closed joswarmer closed 2 weeks ago

joswarmer commented 1 month ago

Currently the server has one database with one schema. This means that it can only store one model (one repository in LionWeb terms. We should add support for handling multiple repositories.

This can be done by creating a separate schema for each repository in the database. Each schema can then be used isolated from other schemas.