The 'SQL as interaction layer' is genuinely novel β does it support JOINs across the social graph? Like SELECT * FROM users WHERE followed_by IN (SELECT following FROM users WHERE id = me)?
Hey, sure. You can use joins to build your own social graph.