function tempSqlitePath
tempSqlitePath(name?: string): Promise<string>

Returns a fresh path suitable for a service-owned SQLite database.

Parameters

optional
name: string = test.sqlite

Return Type

Promise<string>

Usage

import { tempSqlitePath } from "trellis-test/index.ts";