-
Right now we can only do _where_ filters on properties of objects
But being able to filter on relations aswell would be nice bc we could do the following:
```gql
query Example{
user(
…
-
### Description
Calling [Linters#lint](https://github.com/schemacrawler/SchemaCrawler/blob/213e8875edb76b389075597b6d51538bcfca8aca/schemacrawler-lint/src/main/java/schemacrawler/tools/lint/Linters…
-
### Describe the Bug
I'm running the migration script as described in [the docs](https://docs.directus.io/guides/migration/node.html) to apply the schema in localhost to server. All models with all o…
-
# 👋 Greetings CoSSA
We need to build a Database for CoSSA for future purposes
Options:
- MySQL
- PostgreSQL
- Supabase
_What are Your Thoughts?_
-
**Describe the problem**
internal error: top-level relational expression cannot have outer columns in `makeQueryIndexRecommendation()`->`Optimize()`
**To Reproduce**
SQL to init database
…
-
I get an `TypeError: Cannot read properties of undefined (reading 'find')"`
at
```
db.rel.find(type, options);
```
* Relational-pouch is setup as described in the manual
* The Error occurs…
-
**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…
-
Permissions currently cannot be based on the state of relations they carry, however it could prove extremely useful. For example, we may only want to allow a User to read `Video` objects which are lin…
-
Have mongo as an ingest server which is processed into a relational postgresql server for easier queries.
There is already a basic Postgres structure.
current mongoDB structure:
[message.txt](h…
-
Hey, I'm writing this issue after a conversation in #advanced-coding where I initially suggested the following change.
Config is great, allows anyone to store stuff easily within Red, but it has a …