SveltyCMS icon indicating copy to clipboard operation
SveltyCMS copied to clipboard

Sql database support via drizzle

Open Rar9 opened this issue 6 months ago • 0 comments

Describe the problem

We tried our best to create a fully agnostic headless cms.

Describe the proposed solution

Use drizzle library to allow further sql database support like mariadb, postgres....

  • [ ] Update drizzle database adapters to fully use the agnostic & implemented dbInterface.ts, authInterface.ts db.ts

  • [ ] Update cli-installer to allow sql database integration

  • [ ] test cms all functionality

    • [ ] user
    • [ ] sessions
    • [ ] token
    • [ ] collections
    • [ ] system

Rar9 avatar Jun 07 '25 02:06 Rar9