Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

#postgresql, #ruby-lang, #python


sort by: page size:

Ruby on Rails, Postgres.

Ruby on rails + Postgres.

Ruby on rails + Postgres

Rails + postgres!

Ruby on rails and postgres if thats what you mean

Postgres has supported Python for quite a while.

I recommend following Christophe Pettus - PostgreSQL Proficiency for Python People - PyCon 2016 video for postgresql basics and optimization

https://www.youtube.com/watch?v=knUitQQnpJo


I think it can use either pg (wrapper around libpq) or postgres-pr (pure ruby), though I always use pg.

EDIT: Seems like they have dropped support for postgres.

EDIT2: Yes, I did mean postgres-pr.


Rails + Postgres

rails + postgres

Rails + Postgres

Looks good to me, although we use Postgre. web2py has been surprisingly good to work with.

I agree with the parent on Ruby vs Python - just pick the path you're already more comfortable on.


On the other hand, you're probably writing your SQL parser to parse SQL queries that are being fed into some DBMS. I found pg_query's argument convincing: "Our conclusion: The only way to correctly parse all valid SQL queries that PostgreSQL understands, now and in the future, is to use PostgreSQL itself." [0]

[0] https://pganalyze.com/blog/parse-postgresql-queries-in-ruby


Postgresql.

PostgreSQL.

PostgreSQL.

Implementing 'Datomic-esque' system using Ruby on top of PostgreSQL.

whoa neat

and agree re parsing -- turned out to be a huge pain. I think someone bundled the postgres parser for python; I wish this were true for every dialect but even so, there are versions to consider.


If you want, the needed input cases and their desired output forms are in the repo, I would love to see how it's done in Ruby.

https://github.com/2grep/CoPATH-Parser

I'm not completely wed to postgresql, but I would hate to give up Joe, who has been tremendously helpful. And most of my admin experience is with postgresql (blogs, wikis, etc).

next

Legal | privacy