database-proxy
database-proxy copied to clipboard
Data-connector and Database-proxy reconciliations
Resolves https://github.com/observablehq/projects/issues/421 https://github.com/observablehq/projects/issues/423 https://github.com/observablehq/projects/issues/422
- [x] Add
SNOWFLAKE_TEST_CREDENTIALS
as secret on GitHub Actions for the test to pass.
See related pr on data-connector: https://github.com/observablehq/observablehq/pull/10168
Includes https://github.com/observablehq/database-proxy/pull/68.
- Setup test GH actions workflows.
- Migrate general pooling from
data-connector
todatabase-proxy
. - Migrate
MySQL
tests from thedata-connector
, and refactor to usemocha
- Cleaned up
SQL Server
tests. - Migrate
Postgres
client method from thedata-connector
- Migrate
Postgres
tests from thedata-connector
, and refactor to usemocha
- Migrate
Snowflake
client method from thedata-connector
- Migrate
Snowflake
tests from thedata-connector
, and refactor to usemocha
- Add linter and fix format inconsistencies