File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# 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!
3
5
4
6
` deno-postgres ` is being developed based on excellent work of [ node-postgres] ( https://github.com/brianc/node-postgres )
5
7
and [ pq] ( https://github.com/lib/pq ) .
6
8
7
- Most of functionality is not yet implemented.
8
-
9
9
## To Do:
10
10
11
11
- [x] connecting to database
12
- - [ ] password handling
12
+ - [x ] password handling - ~~ cleartext ~~ , MD5
13
13
- [x] DSN style connection parameters
14
14
- [x] reading connection parameters from environmental variables
15
15
- [x] termination of connection
16
16
- [x] simple queries (no arguments)
17
- - [ ] parsing Postgres data types to native TS types
17
+ - [x ] parsing Postgres data types to native TS types
18
18
- [x] row description
19
19
- [x] parametrized queries
20
20
- [ ] connection pooling
You can’t perform that action at this time.
0 commit comments