# Accessing Database from the Python Admin SDK

DevFeed: [Accessing Database from the Python Admin SDK](<https://devfeed.tech/articles/accessing-database-from-the-python-admin-sdk-16208.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2017/07/accessing-database-from-python-admin-sdk>)

Author: Hiranya Jayathilaka

Published: 2017-07-06T00:00:00Z

Content type: release

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Python](<https://devfeed.tech/topics/python.md>), [Database](<https://devfeed.tech/topics/database.md>), [JSON](<https://devfeed.tech/topics/json.md>), [Query (disambiguation)](<https://devfeed.tech/topics/query.md>)

Tags: [admin-sdk](<https://devfeed.tech/tags/admin-sdk.md>), [api](<https://devfeed.tech/tags/api.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [database](<https://devfeed.tech/tags/database.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [python](<https://devfeed.tech/tags/python.md>), [realtime-database](<https://devfeed.tech/tags/realtime-database.md>), [sdks](<https://devfeed.tech/tags/sdks.md>)

## AI overview

Firebase announced database support for the Firebase Admin SDK for Python starting with version 2.1.0. The API supports data manipulation and advanced queries, but does not provide realtime event listeners and uses blocking data retrieval methods.

## Source excerpt

News, tutorials, and updates from the Firebase team.