-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into dependabot-conf
- Loading branch information
Showing
10 changed files
with
694 additions
and
402 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
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
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -0,0 +1,55 @@ | ||
=============== | ||
Getting Started | ||
=============== | ||
|
||
Advanced Alchemy is a carefully crafted, thoroughly tested, optimized companion library for SQLAlchemy, | ||
offering useful and easy-to-use features for your database projects. | ||
|
||
.. seealso:: It is built on: | ||
|
||
* `SQLAlchemy <https://www.sqlalchemy.org/>`_ | ||
* `msgspec <https://jcristharif.com/msgspec/>`_ | ||
* `Alembic <https://alembic.sqlalchemy.org/en/latest/>`_ | ||
* `Typing Extensions <https://typing-extensions.readthedocs.io/en/latest/>`_ | ||
|
||
Installation | ||
------------ | ||
|
||
Installing ``advanced-alchemy`` is as easy as calling your favorite Python package manager: | ||
|
||
.. tab-set:: | ||
|
||
.. tab-item:: pip | ||
:sync: key1 | ||
|
||
.. code-block:: bash | ||
:caption: Using pip | ||
python3 -m pip install advanced-alchemy | ||
.. tab-item:: pipx | ||
:sync: key2 | ||
|
||
.. code-block:: bash | ||
:caption: Using `pipx <https://pypa.github.io/pipx/>`_ | ||
pipx install advanced-alchemy | ||
.. tab-item:: pdm | ||
|
||
.. code-block:: bash | ||
:caption: Using `PDM <https://pdm.fming.dev/>`_ | ||
pdm add advanced-alchemy | ||
.. tab-item:: Poetry | ||
|
||
.. code-block:: bash | ||
:caption: Using `Poetry <https://python-poetry.org/>`_ | ||
poetry add advanced-alchemy | ||
Usage | ||
----- | ||
|
||
.. todo:: Add usage instructions |
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
Oops, something went wrong.