What is the source outline for a basic word press plugin?

Depends on the plugin you want to create really but ultimately you should follow the WordPress Plugin Handbook / Best Practices.

You’ll want to start with the WordPress Plugin Boilerplate ( tutorial ) or WordPress Plugin Boilerplate Generator ( tutorial ).

Also, a general search for wp boilerplate plugin should get you on your way.

As for the database part, you just need the structure to start with then find specific code to interact w/databases.