hgourvest / node-firebird

Pure javascript and asynchronous Firebird client for Node.js.
Mozilla Public License 2.0
256 stars 128 forks source link

Code splitting #321

Closed maratth closed 7 months ago

maratth commented 10 months ago

Propose code splitting for better organization and future development.

It's a simple code splitting, all prototype classes into own file, all constantes in separate file.

All tests are good like before rewriting (With FB 3.0, node 12 & 14).