1. Packages
  2. Sql Provider
sql 0.5.0 published on Monday, Apr 14, 2025 by paultyng

Sql Provider

sql logo
sql 0.5.0 published on Monday, Apr 14, 2025 by paultyng

    Generate Provider

    The Sql provider must be installed as a Local Package by following the instructions for Any Terraform Provider:

    pulumi package add terraform-provider paultyng/sql
    

    Configuration Reference

    • maxIdleConns (Number) Sets the maximum number of connections in the idle connection pool. Default is 2. See Go’s documentation on DB.SetMaxIdleConns.
    • maxOpenConns (Number) Sets the maximum number of open connections to the database. Default is 0 (unlimited). See Go’s documentation on DB.SetMaxOpenConns.
    • url (String) Database connection strings are specified via URLs. The URL format is driver dependent but generally has the form: dbdriver://username:password@host:port/dbname?param1=true&param2=false. You can optionally set the SQL_URL environment variable instead.
    sql logo
    sql 0.5.0 published on Monday, Apr 14, 2025 by paultyng