import { formatDSN } from "@aereal/go-dsn"
formatDSN({
dbName: "test-db",
passwd: "mypasswd",
user: "root",
})
// => "root:mypasswd@/test-db"aereal/go-dsn
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| Name | Name | Last commit date | ||
|---|---|---|---|---|
import { formatDSN } from "@aereal/go-dsn"
formatDSN({
dbName: "test-db",
passwd: "mypasswd",
user: "root",
})
// => "root:mypasswd@/test-db"