questioner

command module
v0.0.0-...-1cd0edb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 1, 2023 License: MIT Imports: 8 Imported by: 0

README

questioner

To connect and use database set QUESTIONER_DATABASE_URL in Enviornment in format username:password@(localhost:3306)/dbname?multiStatements=true QUESTIONER_PORT - application port - default 1323

On application start DB migrations will be run and DB will be populated with tables and test data

To support adequat workload without errors to around 100 requests per second - SET GLOBAL max_connections = 600; in MySQL database with root user This will help to mittigate max connection errors as those connections will stuck up at MySQL part.

go build - builds an exe that can be run as a server go run main.go - runs in visual stuidio code

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL