module Db open FSharp.Data.Sql [] let ConnectionString = "Server=127.0.0.1; Database=todo_api_db; User Id=suave; Password=1234;" type Sql = SqlDataProvider type DbContext = Sql.dataContext type Todo = DbContext.``public.todosEntity``