Explore >> Select a destination


You are here

pganalyze.com
| | www.thenile.dev
13.8 parsecs away

Travel
| | We are excited to share with you Nile's schema visualizer. It lets you navigate the schema, tables, columns, keys and relations in your Nile databases.
| | www.valentinog.com
15.8 parsecs away

Travel
| | Learn to move your first steps with the PostgreSQL console with this cheat sheet.
| | www.geekytidbits.com
13.3 parsecs away

Travel
| | Recently, I have been trying to get a better understanding of how privileges work in Postgres and one thing I wanted was an easy way to inspect the current privileges for roles/users, databases, schemas, and tables.
| | ezyang.github.io
85.7 parsecs away

Travel
| Model Context Protocol servers provide a standard interface for LLMs to interact with their environment. Cursor Agent mode and Claude Code use agents extensively. For example, instead of needing a separate RAG system (e.g., as previously provided by Cursor) to find and feed the model relevant context files, the LLM can instead call an MCP which will let it lookup what files it wants to look at before deciding what to do. Similarly, a model can run tests or build and then immediately work on fixing problems when this occurs. It is clear that Anthropic's built-in MCP servers are useful, and you should use agent mode when you can.