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

Yup. Same with Neo4j. You can write your stored procedures in Java ( or any JVM) language. Import any library you want, go crazy.


I wasn't clear enough. in Datomic, you upload your entire application code (web server and all) into the database and run it from the same JVM cluster as the database in the same memory space as the database. There is no opportunity for dichotomy between application logic and database logic because the database is serving the application (or the application is serving the database...this is now just a matter of perspective)


Yes, PostgreSQL does this too, you can use JVM/Python/Node etc. But it's not really geared towards being your app server like Datomic is.


Same with MSSQL. You can write stored procedures in C#




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

Search: