sgrif / diesel.rs-website

MIT License
34 stars 98 forks source link

Incorrect example for Sqlite #233

Closed codersparks closed 3 weeks ago

codersparks commented 3 weeks ago

Closes #232 The example for create post used a shared example for both Postgres and SQLite. Meaning that the SQLite example showed PGConnection. This change splits the example and therefore the example correctly shows SqliteConnection