GoogleCloudPlatform / cloud-sql-nodejs-connector

A JavaScript library for connecting securely to your Cloud SQL instances
Apache License 2.0
66 stars 8 forks source link

Align class names and code structure with the connectors in other languages #341

Open hessjcg opened 3 months ago

hessjcg commented 3 months ago

The connectors in the other languages are structured with common names and separation of concerns.

Public API:

Internal API:

To get to the NodeJS connector codebase into state, we will need to move some code and rename some classes.