Wappler 5.3.0 Released
Check the new Wappler site at https://wappler.io/
and download Wappler 5.3.0 from your Account Dashboard
Or just do “check for updates” on the Wappler tray icon for automatic install!
What's New
Finally it is here! The greatly anticipated full local database support for mobile and desktop apps!
Create an SQLite database schema in Wappler’s Database Manager and use it fully as local database in your mobile apps based on Capacitor. You can empower the new SQLite Database actions in App Connect Flows now and fully build complex database queries visually with the same Database Query Builder and Updater you are used to on the server side but now enjoying their power client side in your apps. See Using Local Databases in Mobile and Desktop apps
Note the Capacitor SQLite Connector is a beta extension now to let your try to new functionality first. So make sure you have chosen to run experimental options and have enabled the Beta extensions channel in your Wappler Settings.
We have also greatly improved the Database Manager to support also client side databases in apps, like the ones for Capacitor SQLite plugin and also improved a lot the table data editing in tabs.
Furthermore we have fixed huge amount of issues as reported in our community.
Capacitor SQLite Connector - now as beta extension
- Add new Databases Query, Insert, Update and Delete flow actions for SQLite databases in Capacitor
- You can fully use now database actions based on SQLite in Capacitor based projects in Page and App Flows
- Make sure you create first a database connection in the Database Manager
- SQLite databases are created locally on the user mobile device
- Database manager with track your changes and deliver them as schema changes for the SQLite plugin for Capacitor, so that database migration is done automatically
- Support for Web, iOS, Android and Electron platforms in Capacitor
Mobile Development with Capacitor
- Auto installation of Capacitor required plugins
- Add specific auto configuration options
- Improve auto installation of plugins and includes to be all in the right order
- Use the latest version for jeep-sqlite
- Compare plugins version and update if newer
- Update project files also when plugin modules are updated
Database Manager
- Auto track data changes in table editors and when the track option is on, save the data next to the schema changes for later apply on deploy
- Keep also track of deletes
- Add also id fields to new insert records, together with check if already exist to not be added again.
- Auto generate the update sql for the new Capacitor SQLite databases, now also with initial data population.
- Automatically generate inserts statements from changes for the local Capacitor SQLite databases
- Improved handling of searchPath in Postgres databases, leave it to default when not specified.
- Auto select the table in database manager when opened in tab editor for data edit
- Edit Tables in Tab has a new save dialog that allows you to check to keep the changes in a database changes ile as well
- Implement the new keep IDs option for database changes, default off
- Added new option to save the record IDs when creating database seeds
- Improved the table data editor in tab to only pass the changes to the Database Manager when Keep as Changes is selected and not execute them directly, as those will be executed when the changes are applied in the Database manager
- Fixed the table data editor filter display and options
General
- Add routing file only if it exists
App Connect Flows
- Improved data binding inside Page Flows repeaters
- Enhanced styling for the Flow comments, multi line and better styling
- Improved listing of output fields in repeats
Server Connect
- Added No Auto Load as dynamic attribute to the Server Connect component
NodeJS
- Fixed group action
Fixed issues
- Wrong input variable alignment when creating new
- Server Connect component add noload attribute to the UI
- Connection options: PG searchPath error
- Internal Server Error when attempting to connect to external Postgres DB
- Repeater in Page Flow has no schema
- Wappler 5.2.6 NodeJS (caution with update): exec is not defined
- Feedback about comments updates (color and textarea)
- Issues with Page Flow Repeat
- Electron and SQLite
- SQLite on Capacitor
- Database seeds: option to preserve id column
- Create Db Seed with Reference
- Seed doesn't preserve primary key ID
- Bug Report can't use filters in database manager
- Where is "Save changes" in table in DB Manager?
- Testing pen - Mobile app connecting to a local database
- Mobile sqlite help
- SQLlite on mobile and web project (Wappler Beta 4.0.3 and 3.9.7 )
- Mobile Apps: Top 5 Cordova Integration Wish List
- Support For Sqlite
- Best practice developing mobile apps
- How can I access the database when I create APP
- Do I have to choose a "server model" when using SQlite?
- Framework 7 and Dynamic App
Last updated: