Hacker News new | ask | show | jobs
by throwaway7645 3235 days ago
I see Lazarus pop up on HN occasionally. It's an IDE for FreePascal right? I guess I'll have to open the article again. How are the database drivers? I've been told they're ageing. Is there 64 bit support for Windows or only 32?
2 comments

I'm no expert by any means, but I just opened Lazarus to look at the DB drivers and they seem pretty respectable. The MySQL driver only goes up to 5.6 but works well in my experience. I haven't tried the SQLite, Postgres, ODB or MSSQL drivers though.

Also it does support 64 bit, I have a 64 bit Lazarus installed on my Windows VPS.

As MySQL develops, the bindings are updated as well, but most people will have to wait for stable release. If you use trunk, though, you can enjoy it right away because MySQL bindings has been designed rather easy to port a new version.
FYI 5.6 drivers work on 5.7. not extensively checked but my database application worked fine after mysql was updated..
Glad to know, thanks for the pointer!
There is a Win64 compiler and it's working great! I don't know anything about the database drivers.
Just tested it out and confirmed.