real-time-sqlx 0.1.1

Real-time SQLx backend for Tauri
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "return": "single",
  "table": "todos",
  "condition": null,
  "paginate": {
    "perPage": 1,
    "orderBy": {
      "column": "id",
      "order": "desc"
    },
    "offset": 1
  }
}