Skip to content
This repository has been archived by the owner on Oct 9, 2022. It is now read-only.

Commit

Permalink
Update database.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Apr 18, 2021
1 parent dc4f563 commit cdb902c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ In the future Shoebox will support back-end cloud services like `AWS Pub/Sub Mes
Other Databases
---------------

Kweb doesn't require you to use Shoebox. You're free to use any database, either directly, or via a database abstraction layer such as `Exposed <https://github.com/jetbrains/Exposed>`_. Kotlin has a `wide selection <https://kotlin.link/?q=database#libraries/frameworks-database>`_ to choose from, as does `Java <https://java-lang.github.io/awesome-java/#database>`_.
Kweb doesn't require you to use Shoebox. You're free to use any database, either directly, or via a database abstraction layer such as `Exposed <https://github.com/jetbrains/Exposed>`_. Kotlin has a `wide selection <https://kotlin.link/?q=database#libraries/frameworks-database>`_ to choose from, as does `Java <https://java-lang.github.io/awesome-java/#database>`_. The main benefit of Shoebox is its integration with Kweb's `state management <http://docs.kweb.io/en/latest/state.html>`_.

Working Example
---------------
Expand Down

0 comments on commit cdb902c

Please sign in to comment.