Commit Graph

33 Commits

Author SHA1 Message Date
3d65dcecf2 Add verbose protocol logging v0.3.1 2025-01-13 11:00:33 +11:00
90dc51a914 Rewrite wire reconnection logic 2025-01-13 01:08:18 +11:00
a1b66c4c48 Explicitly type postgres function type parameters 2025-01-12 06:50:32 +11:00
119c06565c Rewrite options handling 2025-01-12 06:36:15 +11:00
d959a80678 Fix write_copy_in not being awaited in simple query 2025-01-12 03:35:40 +11:00
c2ff6b4359 Add more postgres utility wrappers 2025-01-12 03:28:07 +11:00
a4c0055c79 Return row value direct in .first() and .first_or(x) v0.3.0 2025-01-12 01:25:55 +11:00
00002525e4 Implement wire automatic reconnection v0.2.0 2025-01-12 01:09:34 +11:00
328cc63536 Update benchmark results 2025-01-12 00:26:38 +11:00
29b79f25c0 Fix close event not firing on wire 2025-01-12 00:23:26 +11:00
29b2796627 Log query inside pipeline handler 2025-01-11 07:24:23 +11:00
02f8098811 Code quality check 2025-01-11 07:21:44 +11:00
da7f7e12f3 Implement wire reconnect support 2025-01-11 06:02:32 +11:00
6f9e9770cf Ensure pipeline is locked during authentication phase 2025-01-11 02:43:42 +11:00
137422601b Implement simple query support 2025-01-11 02:00:05 +11:00
3793e14f50 Add v prefix to all version tags v0.1.3 2025-01-11 00:53:45 +11:00
b194397645 Optimise query request write 2025-01-11 00:46:17 +11:00
858b7a95f3 Add streaming query testing code 2025-01-11 00:39:00 +11:00
a88da00dec Update version tag in readme 2025-01-11 00:28:51 +11:00
cefe14b9dc Ensure stdout writable stream is always closed 2025-01-11 00:28:14 +11:00
4e68e34fd0 Add more testing code 2025-01-11 00:15:19 +11:00
826190ecc9 Add github import url 2025-01-10 20:35:32 +11:00
72749e5841 Update readme 2025-01-10 20:32:06 +11:00
b9829bc70d Update readme 2025-01-10 19:56:16 +11:00
9eecf29bc5 Update readme 2025-01-10 19:53:04 +11:00
8964cb342e Update benchmarks 2025-01-10 19:32:41 +11:00
eeed8b2f66 Rewrite type handling to be more performant 2025-01-10 17:30:04 +11:00
b72c548c33 Rename byten_lp to bytes_lp 2025-01-10 04:25:50 +11:00
60899d1a41 Update lstd to 0.2.0 2025-01-10 04:11:17 +11:00
bdebb22a0e Use BinaryLike interface 2025-01-09 04:48:19 +11:00
5dadd7c5a2 Fix integer encoding and decoding 2025-01-09 04:37:30 +11:00
654c564aff Add basic readme 2025-01-07 23:03:44 +11:00
27c3f56207 Initial commit 2025-01-07 22:12:30 +11:00