Skip to content

v3.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 19:14
7962cd9

Added

  • SQLite Support. Use:
    PROVIDER sqlite (
      connection_string = 'Data Source=app.db'
    )
    Connection string may also be supplied separately via the NSCHEMA_SQLITE_CONNECTION_STRING environment variable.
  • SQL Server Support. Use:
    PROVIDER sqlserver (
      connection_string = 'Server=localhost;Database=app'
    )
    Credentials and command timeout may also be supplied separately, via the username / password /command_timeout block attributes or the
    NSCHEMA_SQLSERVER_CONNECTION_STRING / NSCHEMA_SQLSERVER_USERNAME / NSCHEMA_SQLSERVER_PASSWORD environment variables.