Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Control included quota and storage providers via build tags #3664

Merged
merged 7 commits into from
Nov 8, 2024
Prev Previous commit
Next Next commit
Mention the PostgreSQL and CockroachDB storage implementations in the…
… Package Layout section of storage/README.md
  • Loading branch information
robstradling committed Nov 7, 2024
commit f46e85f1e8d937ecfa9dcbf490ef622f73de7951
5 changes: 5 additions & 0 deletions storage/README.md
Original file line number Diff line number Diff line change
@@ -13,6 +13,11 @@ The MySQL / MariaDB implementation includes support for Maps. This has not yet
been implemented by Cloud Spanner. There may be other storage implementations
available from third parties.

These implementations are in alpha mode and are not yet ready to be used by
real applications:
* PostgreSQL in the [postgresql/](postgresql) package.
* CockroachDB in the [crdb/](crdb) package.

These implementations are for test purposes only and should not be used by real
applications:
* In-memory Storage, in the [memory](memory) package.