File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
- ## 1.6.0-dev
1
+ ## 1.6.0
2
2
3
3
- Add the ` unique() ` method to columns and the ` uniqueKeys ` override to tables
4
4
to define unique constraints in Dart tables.
10
10
to access sqlite3 without any external JavaScript libraries, but requires you to
11
11
add a [ WebAssembly module] ( https://github.com/simolus3/sqlite3.dart/tree/main/sqlite3#wasm-web-support )
12
12
to the ` web/ ` folder.
13
+ Please note that this specific library is not subject to semantic versioning
14
+ until it leaves its experimental state. It also isn't suitable for production
15
+ use at the moment.
13
16
- Internally use ` package:js ` to wrap sql.js.
14
17
15
18
## 1.5.0
Original file line number Diff line number Diff line change 4
4
/// This library is highly experimental and not production readdy at the moment.
5
5
/// It exists for development and testing purposes for interested users.
6
6
///
7
+ /// While this library is marked as [experimental] , it is not subject to
8
+ /// semantic versioning. Future drift updates with a minor update might break
9
+ /// APIs defined in this package or change the way data is persisted in
10
+ /// backwards-incompatible ways.
11
+ ///
7
12
/// To use drift on the web, use the `package:drift/web.dart` library as
8
13
/// described in the [documentation] (https://drift.simonbinder.eu/web/).
9
14
@experimental
You can’t perform that action at this time.
0 commit comments