Add stability node to drift_postgres

This commit is contained in:
Simon Binder 2023-10-20 11:58:25 +02:00
parent c854f2267d
commit 0e44b22b8f
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
`package:drift_postgres` extends [drift](https://drift.simonbinder.eu/) to support
talking to PostgreSQL databases by using the `postgres` package.
This package is currently in beta.
This package is currently in beta. It uses preview APIs from the `postgres` packages,
which may require this package to be updated if there are breaking changes in that
package. Once these APIs from `postgres` are stabilized, a stable version of `drift_postgres`
will be released as well.
## Using this