import * as dropserverApp from "https://deno.land/x/dropserver_app@v0.2.1/mod.ts";
Classes
Class that provides facilites to interact with Dropserver host. | |
Class that helps create a Migrations object. | |
RoutesBuilder is a convenience class that helps you create application routes for the createApp function using a a familiar pattern. |
Interfaces
AppConfig is what the app code provides to Dropserver to create an app | |
Context is passed to app's request handlers. |