deakjahn / sqflite_web

A web plugin for https://github.com/tekartik/sqflite
Other
36 stars 20 forks source link

OnCreate optional callback seems to be missing in openDatabase() method #22

Open HowToSolutions opened 2 years ago

HowToSolutions commented 2 years ago

Hi,

I really like this plugin. It's a nice way to quickly test the mobile app on the web during its development.

One thing that seems to be missing is the OnCreate callback on openDatabase() method as a nice way to create required tables in the database if database does not exist yet.

Are there any plans to include this feature in the near future?