Skip to content

Commit

Permalink
refactor: use Norm instead of standard sqlite module
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 01245f2e8729910ff5c632db35e62f13c51bd92cffe1b2a457d3ff8d9887ca3b
  • Loading branch information
thindil committed Oct 10, 2023
1 parent f50ca2f commit f9a01ee
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/title.nim
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,9 @@

# Standard library imports
import std/[os, terminal]
# Database library import, depends on version of Nim
when (NimMajor, NimMinor, NimPatch) >= (1, 7, 3):
import db_connector/db_sqlite
else:
import std/db_sqlite
# External modules imports
import contracts
import norm/sqlite
# Internal imports
import lstring, options

Expand Down

0 comments on commit f9a01ee

Please sign in to comment.