Skip to content

Conversation

henrikbjorn
Copy link

For fun I tried the quick start guide and ran rpl -R 'jsonb' 'json' db/migrate and to my surprise maglev works perfectly fine with SQLite.

I have added a check for jsonb support in migrations. If not then fallback to json. This is the pattern followed by Spree, Pay etc.

@did
Copy link
Contributor

did commented Mar 6, 2025

👋 @henrikbjorn. This is really awesome, thanks!!!
I'm totally willing to merge it quickly at the condition to have some kind of tests in the CI by using the CI matrix feature to select sqlite as the DB provider for instance. How are the other projects doing?
Thanks again!

@did did added the enhancement New feature or request label Mar 6, 2025
@did did mentioned this pull request Apr 19, 2025
@did
Copy link
Contributor

did commented Apr 19, 2025

a big thanks @henrikbjorn! for some reason, I had to make another PR to fix some stuff with the CI.

@did did closed this Apr 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants