sgrif / diesel.rs-website

MIT License
34 stars 98 forks source link

Incorrect example for create_post for SQLite #232

Closed codersparks closed 3 weeks ago

codersparks commented 3 weeks ago

The rust example for create_post incorrectly uses a shared example (with Postgres) mkeaning that the db connection is using PgConnection instead of SqliteConnection:

image