-
### Welcome!
- [X] Yes, I have searched for similar issues on [GitHub](https://github.com/EvolutionAPI/evolution-api/issues) and found none.
### What did you do?
I'm trying to install Evolution v2 …
-
### Welcome!
- [X] Yes, I have searched for similar issues on [GitHub](https://github.com/EvolutionAPI/evolution-api/issues) and found none.
### What did you do?
Evolution v2 don't work with databa…
-
### Validations
- [X] I believe this is a way to improve. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [X] I'm not able to find an [open issue](https://githu…
-
* Create a packageable C# library named `SurrealDb.EntityFrameworkCore.SurrealDb`
* Create a test project named `SurrealDb.EntityFrameworkCore.Tests`
* Create an example project named `SurrealDb.Exa…
-
There is a need to add a new option to load the tenants from the database
Initially lets use MSSQL server as a db provider and add the others as needed
-
Link the database provider to the frontend to allow for active state updates.
The frontend provide a way to link the state data to the backend data. Need to figure out how to have a database listener…
-
**Is your feature request related to a problem? Please describe.**
I often implemented ETL workflows where some step depends or produces on a table or view in a relational database. In many cases, yo…
-
Sorry for the slightly unconventional error since this error originates from using this provider via [SST](https://sst.dev/), which wraps [Pulumi](https://www.pulumi.com/) which can use Terraform prov…
-
I'm trying to use nject to inject a trait object (Box) into a struct, but I'm encountering difficulties. Here's a minimal example of what I'm trying to achieve:
``` rust
use nject::{injectable, pr…
-
There's currently 3 implementations of the `Persister` `database/persister.go` interface, which includes all database functions.
Each packages have the same (99%) identical tests code. For instance…