Skip to content

Commit e7a551c

Browse files
committed
docs: add wip notice
1 parent 459c055 commit e7a551c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@
44
[![npm downloads][npm-downloads-src]][npm-downloads-href]
55
[![Codecov][codecov-src]][codecov-href]
66
[![bundle][bundle-src]][bundle-href]
7-
[![License][license-src]][license-href]
87

8+
<!-- [![License][license-src]][license-href] -->
99
<!--[![Github Actions][github-actions-src]][github-actions-href]-->
1010

11-
DB0 provides an easy interface to connect and query sql databases providers with a tiny core!
11+
DB0 provides an easy interface to connect and query sql databases providers with a tiny core.
1212

1313
👉 Read [Documentation](https://db0.unjs.io)
1414

15+
> **Warning**
16+
> This project is under heavy development and API might change.
17+
1518
## Usage
1619

1720
Install `db0` npm package:

docs/content/1.index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ navigation.title: Introduction
66

77
[unjs/db0](https://github.com/unjs/db0) provides an easy way to connect and query sql databases providers.
88

9+
::alert{type="warning"}
10+
🚧 This project is under heavy development and API might change.
11+
::
12+
913
## Features
1014

1115
::list

0 commit comments

Comments
 (0)