-
https://pknopf.com/post/2019-09-22-the-argument-against-entity-framework-and-for-micro-orms/
-
Using the standalone mode as described in https://atlasgo.io/guides/orms/sqlalchemy
I encounter error pointing to a line in my declarative models that inherits from another model.
-
Hello! Loving the library, thank you so much!
The only thing I'm missing for my use case is batched inserts. I need to ingest millions of rows into a DB as quickly as possible, and non-batched inse…
mclrc updated
1 month ago
-
The Java tests in the Examples-ORMs pull their dependencies from repo.maven.apache.org upon every run.
The Python tests pull their dependencies from pipy servers.
And so on.
This is happening on …
-
### 🚀 The feature
Add support for the `oracledb` driver in the OracleConnector. Allow users to choose between `cx_oracle` and `oracledb` as options.
### Motivation, pitch
[cx_Oracle](https://github…
-
Recently, at Hack the North, some of the developers had issues getting ORMs setup correctly with CRDB (specifically, Sequelize). The instructions in our docs work, when followed correctly, but many o…
-
Currently our performance will not stack up well with other Python ORMs, however we can't work on improving performance without having a baseline to work from.
We should also provide context for thes…
-
I will update this issue later with more, but there's several things we could do upon releasing v7. Mainly we need to promote the new features and the new scoped package name.
We can do that throug…
-
Queries with `(?)` are not valid since updated version from `1.1.6` to `1.1.7/1.1.8`, doesn't depend on go version
```
SELECT id FROM my_table WHERE id IN (?);
```
Getting `ERROR: syntax error at …
-
# Feature request
When using the supabase TS client, it automatically generates types based on the DB Schema. It would be amazing if we could do the same thing using Golang. I understand this would…