capacitor-community / sqlite

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

Update TypeORM-Usage-From-5.6.0.md #549

Closed SaintPepsi closed 2 weeks ago

SaintPepsi commented 2 weeks ago

feat: added isModifiedKey to both bug correction examples to prevent double modifications causing file to contain errors. docs: Additional step for adding to package.json -> postinstall script docs: Alternative for esmodule so you don't get type errors

SaintPepsi commented 2 weeks ago

I modified the example as there was a bug which cause it to override existing fix postinstall Related: https://github.com/typeorm/typeorm/issues/10687

jepiqueau commented 2 weeks ago

@SaintPepsi Thanks for your contribution