Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

separate registration #79

Merged
merged 6 commits into from
Oct 15, 2024
Merged

separate registration #79

merged 6 commits into from
Oct 15, 2024

Conversation

szkiba
Copy link
Contributor

@szkiba szkiba commented Oct 15, 2024

k6 extension source code has been split into three packages.

github.com/grafana/xk6-sql - Only the registration of the extension to k6
github.com/grafana/xk6-sql/sql - The JavaScript module implementation and driver registration API
github.com/grafana/xk6-sql/drivers - Drivers initialized and registered here. Later this package will be discontinued and the drivers will be placed in separate k6 extensions for each driver.

@szkiba szkiba requested a review from a team as a code owner October 15, 2024 15:48
@szkiba szkiba requested review from pablochacin and removed request for a team October 15, 2024 15:48
@szkiba szkiba linked an issue Oct 15, 2024 that may be closed by this pull request
@szkiba szkiba removed the request for review from pablochacin October 15, 2024 15:48
@szkiba szkiba merged commit 821bfa9 into main Oct 15, 2024
10 checks passed
@szkiba szkiba deleted the 74-separate-registration branch October 15, 2024 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Separate the extension and driver registration
1 participant