Skip to content

Commit

Permalink
added readme note
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensJourney committed Jan 29, 2024
1 parent 1283573 commit 852633b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 18 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test
on:
push:
branches:
- '**'
- "**"

jobs:
build:
Expand All @@ -30,20 +30,20 @@ jobs:
strategy:
matrix:
include:
- sqlite_version: '3440200'
sqlite_url: 'https://www.sqlite.org/2023/sqlite-autoconf-3440200.tar.gz'
- sqlite_version: "3440200"
sqlite_url: "https://www.sqlite.org/2023/sqlite-autoconf-3440200.tar.gz"
dart_sdk: 3.2.4
- sqlite_version: '3430200'
sqlite_url: 'https://www.sqlite.org/2023/sqlite-autoconf-3430200.tar.gz'
- sqlite_version: "3430200"
sqlite_url: "https://www.sqlite.org/2023/sqlite-autoconf-3430200.tar.gz"
dart_sdk: 3.2.4
- sqlite_version: '3420000'
sqlite_url: 'https://www.sqlite.org/2023/sqlite-autoconf-3420000.tar.gz'
- sqlite_version: "3420000"
sqlite_url: "https://www.sqlite.org/2023/sqlite-autoconf-3420000.tar.gz"
dart_sdk: 3.2.4
- sqlite_version: '3410100'
sqlite_url: 'https://www.sqlite.org/2023/sqlite-autoconf-3410100.tar.gz'
- sqlite_version: "3410100"
sqlite_url: "https://www.sqlite.org/2023/sqlite-autoconf-3410100.tar.gz"
dart_sdk: 3.2.4
- sqlite_version: '3380000'
sqlite_url: 'https://www.sqlite.org/2022/sqlite-autoconf-3380000.tar.gz'
- sqlite_version: "3380000"
sqlite_url: "https://www.sqlite.org/2022/sqlite-autoconf-3380000.tar.gz"
dart_sdk: 3.2.0
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ Web support requires Sqlite3 WASM and Drift worker Javascript files to be access

Default URIs are shown in the example below. URIs only need to be specified if they differ from default values.

Watched queries and table change notifications are only supported when using a custom Drift worker. [TBD release link]

Setup

``` Dart
Expand Down
7 changes: 0 additions & 7 deletions test/what.dart

This file was deleted.

0 comments on commit 852633b

Please sign in to comment.