Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

How do they get ACID guarantees and schema enforcement?


MongoDB supports transactions and you enforce schemas in code instead of the database.

Pretty common these days to just rely on Git and not DDLs.


You can also tie json-schema descriptions to collections and have it throw validation fail exceptions on writes that fail validation.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: