sv / kdbgo

kdb+ client driver for Go
MIT License
44 stars 29 forks source link

Added way to write binary files #32

Open TobiasJacob opened 2 years ago

TobiasJacob commented 2 years ago

I created two functions to parse and write binary files. They can be imported into q using the load command.

err = kdb.WriteToFile("data.kdb", kdbTable)

and then in q

get`:data.kdb