-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,18 @@ | ||
A Python driver for `Fauna <https://fauna.com>`_. | ||
================================================= | ||
|
||
.. warning:: | ||
This driver is in beta release and not recommended for production use. | ||
It operates with the Fauna database service via an API which is also in | ||
beta release and is not recommended for production use. This driver is | ||
not compatible with v4 or earlier versions of Fauna. Please feel free to | ||
contact [email protected] to learn about our special Early Access program | ||
for FQL v10. | ||
|
||
|
||
The Official Python Driver for `Fauna <https://fauna.com>`_. | ||
============================================================ | ||
|
||
.. image:: https://img.shields.io/pypi/v/fauna.svg?maxAge=21600 | ||
:target: https://pypi.python.org/pypi/fauna | ||
.. image:: https://img.shields.io/badge/license-MPL_2.0-blue.svg?maxAge=2592000 | ||
:target: https://raw.githubusercontent.com/fauna/fauna-python/main/LICENSE | ||
|
||
See the `Fauna Documentation <https://fqlx-beta--fauna-docs.netlify.app/fqlx/beta/>`_ | ||
for additional information how to configure and query your databases. | ||
|
||
This driver can only be used with FQL v10, and is not compatible with earlier versions | ||
of FQL. To query your databases with earlier API versions, see | ||
the `faunadb <https://pypi.org/project/faunadb/>`_ package. | ||
|
||
See the `Fauna Documentation <https://docs.fauna.com/fauna/current/>`_ | ||
for additional information how to configure and query your databases. | ||
|
||
|
||
Installation | ||
------------ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters