-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists
Description
Go's database/sql
abstraction layer allows for a common API provided by many SQL drivers. At the moment, we are limiting this to 4 specific dialects (mysql
, postgres
, sqlite
, and sqlserver
) due to the need to include the driver code for each within our extended k6 build.
Ideally, we provide some sort of build option to allow the inclusion of the desired dialect(s) when creating the extended k6 version. Similar to the process followed by xk6
, this would dynamically pull driver code into the source, updating import statements as necessary, then build the project with the new drivers. This would be better than having separate xk6-sql-*
, repositories only differing by driver code.
cwegener
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists