capacitor-community / sqlite

Community plugin for native & electron SQLite databases
MIT License
426 stars 104 forks source link

Outdated Ionic React + TypeORM repo #507

Open navalex opened 4 months ago

navalex commented 4 months ago

Just wanted that the capacitor-sqlite-react-typeorm-app is outdated since Ionic is using Vite and not CRA anymore to build the app.

You should add an outdated mention on the README for this repo ;)

I'm trying to make an install with react-vite, will keep you in touch if i got something that works.

jepiqueau commented 3 months ago

@navalex any progress on this?

navalex commented 3 months ago

@jepiqueau sadly no, I'll first need to dive into TypeORM by itself (pretty new to SQLite). And i'm still not sure to go for sqlite storage, so it's paused for the moment..

xie392 commented 3 weeks ago

Why doesn't my data seem to be saved successfully? Data cannot be found after refreshing?My repository address