core icon indicating copy to clipboard operation
core copied to clipboard

Bug report - sqlite support

Open izdrail opened this issue 7 months ago • 1 comments

Bug description

SO i wanted to use this as a standalone app for a micro cms I've commented in the past I know the package well. I disovered that I'm not able to use sqlite due to 2,3 fields in the database that are full text in the migrations. create_posts & create_comments_table.

I prupose to drop those and have another db to use . I mean if you realy need to search you should you other tools that the sql search. what do you thin @tobyzerner

Steps to reproduce

Sqlite Support

Logs


Environment

linux

izdrail avatar Jun 04 '25 12:06 izdrail

I just added support for sqlite in my fork: https://github.com/ElvisIsKing666/waterhole-core

ElvisIsKing666 avatar Sep 17 '25 21:09 ElvisIsKing666