Module

x/alosaur/examples/db/services/user.service.ts>UserService

Alosaur - Deno web framework with many ES Decorators
Very Popular
Latest
class UserService
import { UserService } from "https://dotland.deno.dev/x/alosaur@v1.1.1/examples/db/services/user.service.ts";

Constructors

new
UserService(db: Database)

Methods

getUsers(): Promise<User[]>