Python-SDK(API) vs CLI-API
hello Neon Team, we have read the following blog post and are wondering if the python-SDK (API) is a full abstraction replacement for the CLI Neon-API ?
If not can we use the python-SDK as a base and complement it with the CLI-API for methods not available on the sdk e.g. quota limits, compute settings etc. ?
https://neon.tech/docs/reference/python-sdk
https://neon.tech/blog/provision-postgres-neon-api
Neon
Python SDK for the Neon API - Neon Docs
What is the Neon Python SDK Basic usage Where to find the docs Supported methods Neon API Reference Python wrapper for the Neon API (GitHub) Python wrapper for the Neon API (Python Package Index) Abou...
Neon
Provision Postgres at Scale with the Neon API - Neon
Provision and manage Postgres at scale with the Neon API—ideal for developer platforms and AI agents needing thousands of databases.
1 Reply
old-apricot•5mo ago
Most of our API is covered by the Python SDK, but not every endpoint & we continue to add new endpoints to the Neon API, which may not yet be available in our Python SDK. You can certainly use both the SDK and API.