@capacitor-community/sqlite
Advanced tools
Changelog
5.6.1 (2024-02-29)
Changelog
5.6.1-4 (2024-02-27)
Changelog
5.6.1-1 (2024-02-22)
migrations:generate
with the TypeOrm Cli as the way it has been implemented works from some Frameworks but not with Angular were developers could not anymore build there apps. see issue#516 Update 5.6.0.Changelog
5.6.0 (2024-02-17)
Add the ability to run migrations:generate
with the TypeOrm Cli
outside the DOM Element to create the migrations files. Then the migrations are run inside the DOM Element to create and store the database in the DOM Element.
For this add a script to the package.json file
"scripts": {
...
"typeorm:migration:generate": "npx typeorm-ts-node-esm migration:generate src/PATH_TO_MIGRATIONS/YOUR_MIGRATION_NAME -d src/PATH_TO_YOUR_DATASOURCE"
Add TypeORM-Usage-From-5.6.0.md documentation
Changelog
5.5.2 (2024-01-25)
Changelog
5.5.1 (2024-01-22)
Changelog
5.5.1-4 (2023-12-30)