✨ Improve Store
Still need to fill out SQLite bootstrap Also setup plug-in system mechanism
This commit is contained in:
parent
c4513aa94b
commit
e7b88bcc09
10 changed files with 154 additions and 6 deletions
5
imports/default.go
Normal file
5
imports/default.go
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
package imports
|
||||
|
||||
import (
|
||||
_ "codeberg.org/danjones000/lenore/store/sqlite"
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue