Prepare to publish drift postgres

This commit is contained in:
Simon Binder 2023-10-20 12:04:14 +02:00
parent 0e44b22b8f
commit 7c91ced9b2
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
4 changed files with 28 additions and 1 deletions

View File

@ -0,0 +1,3 @@
## 0.1.0
- Initial release of `drift_postgres`.

View File

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2023 Simon Binder
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@ -1,7 +1,7 @@
`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. It uses preview APIs from the `postgres` packages,
This package is currently in alpha. 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.

View File

@ -1,6 +1,9 @@
name: drift_postgres
description: Postgres implementation and APIs for the drift database package.
version: 0.1.0
repository: https://github.com/simolus3/drift
homepage: https://drift.simonbinder.eu/docs/platforms/postgres/
issue_tracker: https://github.com/simolus3/drift/issues
environment:
sdk: '>=3.0.0 <4.0.0'