Hacker News new | ask | show | jobs
by shailesh 4643 days ago
If you meant database engine, then you should contribute to open source database projects like PostgreSQL or MariaDB. This assumes that you're comfortable with populating and maintaining databases.

Start with downloading the source code for say MariaDB, reading internals documentation on project Wiki, compiling it on your machine.

https://wiki.postgresql.org/wiki/Developer_FAQ#How_do_I_get_...

https://mariadb.com/kb/en/contributing-code/

Good luck.