-
I've tried to build the bare library (i.e. on its own) and had a strip of error messages. The message seem to point to the compiler than the library. Any idea how to solve this? I've very little knowl…
-
https://tembo.io/
Fly.io
Planetscale
Cloudflare
Digital ocean
Vercel
-
I tried to copy the example provided at https://alchemy.rs/ at it is without any modification and got this error message:
```
error[E0433]: failed to resolve: use of undeclared type or module `Pla…
-
Hello,
I have a simple application that uses `pgcrypto`. I tried to enable it on Tembo with the command:
```sql
CREATE EXTENSION pgcrypto;
```
But I got the following error:
> SQL Error [0…
-
JabRef documentation recommends ElephantSQL, which has announced end of life on January 27, 2025 https://www.elephantsql.com/blog/end-of-life-announcement.html
Documentation to update: https://docs.j…
-
### Introduction
After doing some load tests, we seem to reach the max amount of connections.
https://digdir.slack.com/archives/C07R312076E/p1731587548451379
`An exception has been raised tha…
-
Most will just work, but some have special considerations (connection string, shadow database, foreign keys, ...) and even for the "just works" ones it would be beneficial to make this explicit in the…
-
Hey!
I tried to install the Operator and it was failing with the following error:
```
$ just --set STORAGE_CLASS_NAME standard install-dependencies
error: Parameter `STORAGE_CLASS_NAME` shadows …
-
I'm just discovering the awesomeness that is Tembo via this project, so forgive me if this is a stupid question.
Is this something that can run on top of any "standard" PG instance out there? ie A…
-
Tests take > 10 minutes to run. Most of the time is initializing the pgrx environment. There was an effort to cache the pgrx environment here: https://github.com/tembo-io/pgmq/blob/df7b396ef908c892ae9…