Skip to content

Add support for SQLite #621

@acelaya

Description

@acelaya

While testing the initial project release I realized it would error when using and SQLite database. Since this is meant to just quickly test the project, I decided to simply not support it for the first unstable version, but it would be good to investigate the issue and officially support it if possible.

MigrationError: Migration Migration20240608073312 (up) failed: Original error: create table `users` (`id` integer not null primary key autoincrement, `username` varchar(255) not null, `password` varchar(255) not null, `role` varchar(255) not null, `display_name` varchar(255), `created_at` datetime) - database is locked

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions