tauri-plugin-sql
tauri-plugin-sql copied to clipboard
[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
ERROR in ./src/App.js Module parse failed: The top-level-await experiment is not enabled (set experiments.topLevelAwait: true to enabled it) File was processed with these loaders: * ./node_modules/@pmmmwh/react-refresh-webpack-plugin/loader/index.js * ./node_modules/babel-loader/lib/index.js * ./node_modules/source-map-loader/dist/cjs.js...
This is the SQLite code `CREATE TABLE "Products" ( "id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "item" TEXT NOT NULL, "rate" REAL NOT NULL, "created_at" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP...
A query query like this ``` await db.execute('INSERT INTO settings(name, value) VALUES($1, $2)', ['test', null]) ``` inserts the string "null" into the `value` column.
https://github.com/tauri-apps/tauri-plugin-sql/issues/91
I'm playing with tauri-plugin-sql and thinking about moving my app (https://github.com/iohzrd/identia) to using it but I've noticed that columns that contain JS objects don't get parsed and are returned as...
Given a table `items` in a SQLite database: ``` let items = await db.select('SELECT * FROM items') console.log(items) // [{ parent_uid: "", ...}, ...] ``` `parent_uid` is `null` in the...
The main focus of this PR is to add a system tray icon for the three major OS's. Beyond this I also attempt to create a **Github** rule to start...
Databases are known to be resilient services, however, it does not mean that the database clients should disregard common protocols when interacting with the database. In particular, it is important...
The readme says that sqlite, mysql and postgres drivers are supported. But sqlx also supports the mssql (microsoft database) drivers.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint) | [`5.40.0` -> `5.41.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.40.0/5.41.0) | [](https://docs.renovatebot.com/merge-confidence/)...