Hacker News new | ask | show | jobs
by narag 2433 days ago
Is there a database where you can write stored procedures in C or C++?

Most of them. SQL-like languages like Oracle's PL/SQL are preferred, not because of any security problems but simply because it's much easier, specially when working with data sets.