|
|
|
|
|
by wulczer
5348 days ago
|
|
Crap, I'm working on something exactly like this :D Was about to upload it to Github just today, but still wanted to fix a few things. Yours looks quite more finished, one thing that would be very useful is handling Python to Postgres type conversion, like PL/Python does. After that, the next step is caching I/O functions for the duration of the scan, which PL/Python also does. Nice to see that the idea made sense for more than one person, hope Multicorn will rock! |
|
We currently have some very rudimentary python to postgres type conversion, but this area still need a lot of improvements.
You should release your code, I'm sure you have a wide range of ideas worth merging into Multicorn !