/vapor-memory-provider

Fluent Memory Provider for the Vapor web framework.

Primary LanguageSwiftMIT LicenseMIT

Adds VaporMemory Provider for Vapor

Adds support for using the Fluent.MemoryDriver in the Vapor web framework, without deprication warninigs.

Usage

import Vapor
import VaporMemory

let drop = Droplet()
try drop.addProvider(VaporMemory.Provider.self)

Storage is in memory, so restarting will remove everything, don't use for anything important!