From 10fcee15ce9421faf0be0bb7f2984bc26c299f17 Mon Sep 17 00:00:00 2001 From: "Brett R. Toomey" Date: Thu, 30 Mar 2017 10:49:53 +0200 Subject: [PATCH] Updated Fluent module name --- 2.0/docs/fluent/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.0/docs/fluent/getting-started.md b/2.0/docs/fluent/getting-started.md index df8e854a..8696710e 100644 --- a/2.0/docs/fluent/getting-started.md +++ b/2.0/docs/fluent/getting-started.md @@ -3,7 +3,7 @@ Fluent provides an easy, simple, and safe API for working with your persisted data. Each database table/collection is represented by a `Model` that can be used to interact with the data. Fluent supports common operations like creating, reading, updating, and deleting models. It also supports more advanced operations like joining, relating, and soft deleting. !!! note - Don't forget to add `import VaporFluent` to the top of your Swift files. + Don't forget to add `import FluentProvider` to the top of your Swift files. Fluent ships with SQLite by default. You can use SQLite to quickly scaffolding your application with the in-memory database it provides. This is enabled by default in Vapor's default template. To learn more about configuring your database, visit the [Database](database.md) section.