jemc changed the topic of #ponylang to: Welcome! Please check out our Code of Conduct => https://github.com/ponylang/ponyc/blob/master/CODE_OF_CONDUCT.md | Public IRC logs are available => http://irclog.whitequark.org/ponylang | Please consider participating in our mailing lists => https://pony.groups.io/g/pony
rkallos has joined #ponylang
CcxWrk has quit [Quit: ZNC 1.7.1 - https://znc.in]
CcxWrk has joined #ponylang
_whitelogger has joined #ponylang
bimawa has quit [Ping timeout: 240 seconds]
endformationage has quit [Ping timeout: 240 seconds]
svenskunganka has joined #ponylang
PrsPrsBK has quit [Quit: PrsPrsBK]
PrsPrsBK has joined #ponylang
iomist has joined #ponylang
iomist has quit [Quit: WeeChat 1.6]
endformationage has joined #ponylang
BertolucciTalks has quit [Quit: Connection closed for inactivity]
acarrico has quit [Ping timeout: 256 seconds]
brainproxy has quit [Quit: WeeChat 2.2]
brainproxy has joined #ponylang
trianglejim has joined #ponylang
<trianglejim> is anyone aware of any database interfaces for pony?
<endformationage> trianglejim: I know of https://github.com/MoebiusSolutions/tackroom
<endformationage> I've not used it
<endformationage> It may It may require updates to work with latest Pony
<trianglejim> I was talking more about interfaces to existing RDBMSes, such as postgres, mysql, oracle etc
<trianglejim> the reason i ask is that i was thinking about writing a non-blocking interface to postgres using their backend/frontend protocol https://www.postgresql.org/docs/9.6/static/protocol.html
<trianglejim> i think it would be a great way to learn pony
<endformationage> trianglejim: You should go for it! I started a Bolt driver for Neo4j, though it's unfinished. I must say there's no better way to learn Pony.
<trianglejim> i've experimented with such a thing in the past, using ruby with eventmachine
trianglejim has quit [Ping timeout: 252 seconds]