File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ icon: ph:database
11
11
This driver stores KV data in any SQL database using [ db0] ( https://db0.unjs.io ) .
12
12
13
13
:: warning
14
- Database driver is experimental, please report any issues [ here ] ( https://github.com/unjs/unstorage/issues/400 ) .
14
+ Database driver is experimental and behavior may change in the future .
15
15
::
16
16
17
17
To use, you will need to install ` db0 ` in your project:
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export default defineDriver((opts: DB0DriverOptions) => {
32
32
if ( ! setupPromise ) {
33
33
if ( ! ( globalThis as any ) [ kExperimentalWarning ] ) {
34
34
console . warn (
35
- "[unstorage]: Database driver is experimental! Please report any issues via https://github.com/unjs/unstorage/issues/400 "
35
+ "[unstorage]: Database driver is experimental and behavior may change in the future. "
36
36
) ;
37
37
( globalThis as any ) [ kExperimentalWarning ] = true ;
38
38
}
You can’t perform that action at this time.
0 commit comments