sqlnet.cc
Social media you can query with SQL
sqlnet.cc – Social media you can query with SQL
Summary: sqlnet.cc is a social media platform that uses SQL queries as its core interface, eliminating algorithmic feeds and engagement tricks. Users interact through a terminal-style UI, writing SQL to browse, post, follow, and customize their feed.
What it does
It provides a real database schema with tables like posts, users, likes, comments, and follows, allowing users to write SQL queries to perform all social actions. Features include a SQL editor with autocomplete, syntax highlighting, and query templates.
Who it's for
Developers and SQL learners who want to engage with social media through direct database queries and avoid algorithmic content filtering.
Why it matters
It removes opaque algorithms, giving users full control over their social feed by letting them define it with SQL queries.