Graphs in MySQL


Graphs in MySQL

This chapter is about how to model and query graphs in a MySQL database.

A sample chapter of a very interesting book, describing implementations of different graph and tree algorithms using stored procedures in MySQL5.

Related Posts