crate / cratedb-sqlparse

Parsing utilities to validate and split SQL statements for CrateDB.
Apache License 2.0
4 stars 1 forks source link

Upload npm package #5

Closed surister closed 1 month ago

surister commented 2 months ago

The JavaScript variant of the package needs to be uploaded to the npm registry at npmjs.com.

amotl commented 1 month ago

That patch adds a CI/GHA configuration to validate the implementation by running corresponding software tests on CI.

proddata commented 1 month ago

This would be very handy if we go the route of direct cluster access via JWT and therefore would need to split queries in the console. https://github.com/crate/cloud/issues/1888

amotl commented 1 month ago

For Python package versioning, we are using the excellent versioningit to reduce maintenance overheads. For NPM packages, I can't discover a corresponding package or mechanism yet. So, as a start, using traditional tools like npm-version will be good enough?

amotl commented 1 month ago

Another bit of adjustments before package publishing, mostly about »naming things«.

amotl commented 1 month ago

An initial version of the package has been published. Thanks for your support, @alexdametto.

-- https://www.npmjs.com/package/@cratedb/cratedb-sqlparse