Introduce features to choose between SQlite or Postgres
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use diesel::{self, QueryDsl, RunQueryDsl, ExpressionMethods, PgConnection};
|
||||
use diesel::{self, QueryDsl, RunQueryDsl, ExpressionMethods};
|
||||
|
||||
use schema::blog_authors;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user