When I created a simple function loadDB, and put $this->loadDB(); into a onEnable function, error happened: Uncaught exception 'RuntimeException' with message 'Autoloader couldn't find a file to include for Plugin\SQLite3'
Use \SQLite3 not SQLite3 because you are in a namespace. Also, plugins with the namespace Plugin is discouraged and probably will not be approved.