I started to have a look at the atom-shell and as documented there is a possibility to access native node modules: https://github.com/atom/electron/blob/master/docs/tutorial/using-native-node-modules.md
So is there any possibility to use those node modules from the javascript code which is executed inside the atom shell, for example to execute sql statements.