Database Integration
Wails v3 applications are Go applications, so you can use any standard Go database driver — including SQLite, PostgreSQL, and MySQL — inside your bound services.
For a working example, see the TODO tutorial, which demonstrates adding SQLite persistence to a complete application.