Skip to content

sfaxon/vapor-memory-provider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Fluent Memory Provider for the Vapor web framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages