issues
search
michael
/
editable-website
A SvelteKit template for building CMS-free editable websites
https://editable.website
MIT License
1.52k
stars
120
forks
source link
Use SQLite as database + stores abstraction
#18
Closed
nilskj
closed
1 year ago
nilskj
commented
1 year ago
Swap Postgres for SQLite in database-layer
Remove S3 asset file storage dependency and store images in SQLite db.
Introduce
isEditing
and
currentUser
, svelte stores with abstractions to simplify prop drilling for client side state.
Change all pages to use abstraction components, such as
WebsiteHeader
Still to be done
Revise docs in README.md
isEditing
andcurrentUser
, svelte stores with abstractions to simplify prop drilling for client side state.WebsiteHeader
Still to be done