i wonder what the difference between a library and a plugin is?
if a component creates a database (maybe comes with a .sql file or creates through a method) could it sti
Plugin is your third party classes. Library is your own classes that you have implemented for your project.