dflourusso / expo-sqlite-orm

Expo SQLite ORM
132 stars 34 forks source link

Foreign keys #54

Closed jferragut closed 1 year ago

jferragut commented 1 year ago

@dflourusso Hi, love the ORM! How do we implement foreign key relationships? I couldn't see anything in the docs or the code.

dflourusso commented 1 year ago

Hello, currently there is no FK support. I'm currently working on v2 with typescript and migrations support. No plans to FK yet.