mirror of https://github.com/AMT-Cheif/drift.git
Prepare to publish drift postgres
This commit is contained in:
parent
0e44b22b8f
commit
7c91ced9b2
|
@ -0,0 +1,3 @@
|
|||
## 0.1.0
|
||||
|
||||
- Initial release of `drift_postgres`.
|
|
@ -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.
|
|
@ -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.
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue