Skip to content

Commit 18cd66b

Browse files
authored
Update README.md
1 parent 29fa042 commit 18cd66b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# deno-postgres [![Build Status](https://travis-ci.com/bartlomieju/deno-postgres.svg?branch=master)](https://travis-ci.com/bartlomieju/deno-postgres) [![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/deno-postgres/community)
2-
**WORK IN PROGRESS** PostgreSQL driver for Deno
2+
PostgreSQL driver for Deno.
3+
4+
It's still work in progress, but you can take it for a test drive!
35

46
`deno-postgres` is being developed based on excellent work of [node-postgres](https://github.com/brianc/node-postgres)
57
and [pq](https://github.com/lib/pq).
68

7-
Most of functionality is not yet implemented.
8-
99
## To Do:
1010

1111
- [x] connecting to database
12-
- [ ] password handling
12+
- [x] password handling - ~~cleartext~~, MD5
1313
- [x] DSN style connection parameters
1414
- [x] reading connection parameters from environmental variables
1515
- [x] termination of connection
1616
- [x] simple queries (no arguments)
17-
- [ ] parsing Postgres data types to native TS types
17+
- [x] parsing Postgres data types to native TS types
1818
- [x] row description
1919
- [x] parametrized queries
2020
- [ ] connection pooling

0 commit comments

Comments
 (0)