ORM for expo-sqlite

Hello Team,

Is there any recommended ORM that can be used expo-sqlite DB?

Thanks,
Murali Mohan

Hi @smmohan

I’m not aware of one, but perhaps you can find one via Google. But see also the following article. It might be worth using a query builder instead of an ORM:

1 Like

Thanks @wodin. Appreciate your inputs. Knex-expo: GitHub - gsandf/knex-expo: A partial fork of Knex to work with Expo and React Native seems to be a good option - just wondering if you know someone has used it?

Thanks

Sorry, I don’t.