Live data from Hacker News

Induction: A Polyglot Database Client For Mac OS X

inductionapp.com

11–20 of 85 posts

Re: Induction: A Polyglot Database Client For Mac OS X

#11

Looks interesting, but there are no binaries and the XCode project didn't compile right away. (I guess, being a software developer, I should go and try to figure out what's breaking the building process. On the other hand, I've never used XCode and don't know enough about OS X library management to figure out broken deps)

Sorry about that!

Binaries are up at https://github.com/Induction/Induction/downloads

Let me know what build errors you're getting. I would do well to document the requirements (Postgres, Redis)...

Re: Induction: A Polyglot Database Client For Mac OS X

#12

Looks interesting, but there are no binaries and the XCode project didn't compile right away. (I guess, being a software developer, I should go and try to figure out what's breaking the building process. On the other hand, I've never used XCode and don't know enough about OS X library management to figure out broken deps)

The XCode project compiled and ran straight out of the box for me.

Re: Induction: A Polyglot Database Client For Mac OS X

#14

Looks interesting, but there are no binaries and the XCode project didn't compile right away. (I guess, being a software developer, I should go and try to figure out what's breaking the building process. On the other hand, I've never used XCode and don't know enough about OS X library management to figure out broken deps)

Sorry about that! Binaries are up at https://github.com/Induction/Induction/downloads Let me know what build errors you're getting. I would do well to document the requirements (Postgres, Redis)...

I'm getting lots of "Unknown property attribute 'strong'" type errors (which I suspect would go away if I upgraded to XCode 4.2?)

Re: Induction: A Polyglot Database Client For Mac OS X

#18

I got it to build using Xcode 4.3 (with warnings), but since my Postgres user and database names don't match, I can't connect to my local database.

You can specify the database as the path of the connection URL. I'll add a field for that ASAP.

Re: Induction: A Polyglot Database Client For Mac OS X

#19
post #14

Earlier quoted context omitted.

Sorry about that! Binaries are up at https://github.com/Induction/Induction/downloads Let me know what build errors you're getting. I would do well to document the requirements (Postgres, Redis)...

I'm getting lots of "Unknown property attribute 'strong'" type errors (which I suspect would go away if I upgraded to XCode 4.2?)

Yeah, that should do it :)

Induction is my first real project with ARC, so I'm figuring this out as I go along.

Re: Induction: A Polyglot Database Client For Mac OS X

#20
post #13

Wonder if I'll be able to get this working with Oracle. Unfortunately (believe me, I've complained and hope to change it in the future) I have to use Oracle at work. Would love to use this.

Oracle support would be very awesome (and hopefully very possible). I designed the protocols to be extremely simple; check the Postgres one for an example (~500 LOC)
Post reply on HN