Skip to content

Commit

Permalink
Fix for outdated blog example std/db_sqlite exists no more (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanVashisht1234 authored Jun 10, 2024
1 parent 81c8c1d commit 415a42a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/blog/initdb.nim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import std/[db_sqlite, os, strutils, logging]

import std/[os, strutils, logging]
import db_connector/db_sqlite
import ./consts


Expand Down
3 changes: 2 additions & 1 deletion examples/blog/views.nim
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import std/[db_sqlite, strformat]
import std/strformat
import db_connector/db_sqlite

import prologue
import prologue/security/hasher
Expand Down

0 comments on commit 415a42a

Please sign in to comment.