4 Answer(s)
-
0
Abp does not provide out-of-the-box read-write separation.
You can see: https://github.com/abpframework/abp/issues/7120 and https://github.com/abpframework/abp/issues/3838
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Hi,
Yes, you can try to implement it.
Just an idea, You can customize the
IReadOnlyRepositoryand switch the connection string to the read-only database.Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)