spring-boot-starter icon indicating copy to clipboard operation
spring-boot-starter copied to clipboard

Add Support for OpenFGA Initialization

Open rwinch opened this issue 1 year ago • 3 comments

Spring Boot provides support for Database initialization such that if schema.sql or data.sql are found on the classpath they are imported into the database.

It would be nice if OpenFGA could add similar support for importing the initial model and data into OpenFGA. An example can be found in fga-spring-examples.

rwinch avatar Jun 24 '24 20:06 rwinch