Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@vulcan-sql/extension-driver-canner
Advanced tools
Connect to canner enterprise through PostgreSQL Wire Protocol
Install package
npm i @vulcan-sql/extension-driver-canner
Update vulcan.yaml
, enable the extension.
extensions:
canner: '@vulcan-sql/extension-driver-canner'
Create a new profile in profiles.yaml
or in your profiles' paths.
- name: canner # profile name
type: canner
connection:
# Optional: Server host.
host: string
# Optional: The user to connect to canner enterprise. Default canner
user: string
# Optional: Password to connect to canner enterprise. should be the user PAT in canner enterprise
password: string
# Optional: sql name of the workspace.
database: string
# Optional: canner enterprise PostgreSQL wire protocol port
port: 7432
# Optional: The max rows we should fetch once.
chunkSize: 100
# Optional: Maximum number of clients the pool should contain.
max: 10
# Optional: Number of milliseconds before a statement in query will time out, default is no timeout
statement_timeout: 0
# Optional: Passed directly to node.TLSSocket, supports all tls.connect options
ssl: false
# Optional: Number of milliseconds before a query call will timeout, default is no timeout
query_timeout: 0
# Optional: The name of the application that created this Client instance
application_name: string
# Optional: Number of milliseconds to wait for connection, default is no timeout
connectionTimeoutMillis: 0
# Optional: Number of milliseconds before terminating any session with an open idle transaction, default is no timeout
idle_in_transaction_session_timeout: 0
# Optional: Number of milliseconds a client must sit idle in the pool and not be checked out before it is disconnected from the backend and discarded.
idleTimeoutMillis: 10000
FAQs
Canner Enterprise driver for Vulcan SQL
The npm package @vulcan-sql/extension-driver-canner receives a total of 34 weekly downloads. As such, @vulcan-sql/extension-driver-canner popularity was classified as not popular.
We found that @vulcan-sql/extension-driver-canner demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.