I think about developing an AddOn for ArcGIS Pro.
I want to use the business logic of the core application of our company in the AddOn.
Our product loads all information from a database to memory at the beginning. During working on the data, the database is not connected. The Work is saved to database only when the user wants.
My question is whether it is possible to create feature layers in ArcGIS Pro without having a database / database connection but just by providing the information in memory.