ThomasTJdev / nim_websitecreator

Nim fullstack website framework - deploy a website within minutes
https://nimwc.org
MIT License
176 stars 7 forks source link

Plugin: Help with defining either sqlite or postgres #58

Closed ThomasTJdev closed 5 years ago

ThomasTJdev commented 5 years ago

Current plugins uses sqlite as database.

Future plugins should check for sqlite or postgres.

juancarlospaco commented 5 years ago

when defined(postgres) :grey_question: That check should be available at compile time.