Skip to content

Commit 51bd5e2

Browse files
committed
beta.1 version bump
1 parent 12c8d98 commit 51bd5e2

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# postgres
1+
# PostgreSQL client
22

33
[![CI](https://github.com/isoos/postgresql-dart/actions/workflows/dart.yml/badge.svg)](https://github.com/isoos/postgresql-dart/actions/workflows/dart.yml)
44

5-
A library for connecting to and querying PostgreSQL databases (see [Postgres Protocol](https://www.postgresql.org/docs/13/protocol-overview.html)).
6-
7-
This driver uses the more efficient and secure extended query format of the PostgreSQL protocol.
5+
A library for connecting to and querying PostgreSQL databases (see [Postgres Protocol](https://www.postgresql.org/docs/13/protocol-overview.html)). This driver uses the more efficient and secure extended query format of the PostgreSQL protocol.
86

97
## Usage
108

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: postgres
2-
description: PostgreSQL database driver. Supports statement reuse and binary protocol.
3-
version: 3.0.0-alpha.2
2+
description: PostgreSQL database driver. Supports statement reuse and binary protocol and connection pooling.
3+
version: 3.0.0-beta.1
44
homepage: https://github.com/isoos/postgresql-dart
55
topics:
66
- sql

0 commit comments

Comments
 (0)