sqlbase 0.0.1 copy "sqlbase: ^0.0.1" to clipboard
sqlbase: ^0.0.1 copied to clipboard

Dart to php to Sql database

SQLbase #

Dart to php to Sql database

Usage #

There a php file in the asset folder of this project

In Dart #

To use the plugin, run

//use this to initialize the plugin
Sqlbase.initialize(url: "http://localhost/sqlbase.php", key: '123456');

Queries #

This looks similar to firebase queries

// To  get all data from a table
await myDB.table("tablename").get();

0
likes
0
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

Dart to php to Sql database

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, http, plugin_platform_interface, web

More

Packages that depend on sqlbase

Packages that implement sqlbase