I have two ways that I would like to load note-tags
1. When the database has finished loading. I would like to go to a particular database and just load all note-tags.
2. When the data is needed. This is just lazy-loading.
I have the second part figured out for the most part, but what would be the best way to load note-tags after database has finished loading?
1. When the database has finished loading. I would like to go to a particular database and just load all note-tags.
2. When the data is needed. This is just lazy-loading.
I have the second part figured out for the most part, but what would be the best way to load note-tags after database has finished loading?
