questdb / nodejs-questdb-client

QuestDB Node.js Client
35 stars 8 forks source link

chore(nodejs): testcontainers #4

Closed glasstiger closed 2 years ago

glasstiger commented 2 years ago

Test with containerised QuestDB instance. Connect, create table, alter table, ingest data via client, add new column via client. Run selects to assert the data in the test table.