vapor-community / sqlite-provider

SQLite3 provider for Vapor
MIT License
10 stars 8 forks source link

If use a relative path, where is the sqlite file? #12

Open isaced opened 7 years ago

isaced commented 7 years ago

For example, the contents of my sqlite.json file as follows

{
  "path": "../db.sqlite"
}