Live data from Hacker News

Show HN: Mongita is to MongoDB as SQLite is to SQL

github.com

1–10 of 95 posts

Re: Show HN: Mongita is to MongoDB as SQLite is to SQL

#8

> Mongita is to MongoDB as SQLite is to SQL it really isn't if it's written in python

I don't think it is whatever it's written in, because I can't imagine what it would mean? Unless there's a DBMS implementation called simply 'SQL' that I'm not aware of? (Or if Mongo calls its query language 'MongoDB'?)

Seems like '.. to (My|Postgre)SQL' would be a better fit?

Re: Show HN: Mongita is to MongoDB as SQLite is to SQL

#9

> Mongita is to MongoDB as SQLite is to SQL it really isn't if it's written in python

Yeah, a big benefit of SQLite is the fact that it's embeddable, and easily can be communicated with from any language that can FFI out to C (which is to say, essentially any language)

This... Loses that.

Post reply on HN