-
**What problem are you facing in Cortago**
Cortago does not support models for now. No way to implement orms directly using cortago server
**Describe the way you'd like to solve this problem(Optio…
-
Jira Link: [DB-2985](https://yugabyte.atlassian.net/browse/DB-2985)
### Description
Currently the YCQL drivers are listed under Reference -> Drivers & ORMs -> Client Drivers for YCQL
Links from the…
-
### How can we reproduce the crash?
I’m using Elysia.js to run an API server that handles approximately 30 requests per second. Over time, I observed an increase in CPU usage, which eventually affect…
-
Thank you for your work, awesome project!
We don't have postrges in house, but we do have SQL Server, are there any plans to use ORM like [`diesel`](https://github.com/diesel-rs/diesel) to support …
-
As one DAL operation, do the following:
1. Read a row
2. Modify it in a way that can't be done in the database
3. Save the row
Where applicable, ORMs are allowed to use one context/session fo…
-
For my project I'm using SQLite instead of MySQL:
https://docs.python.org/3/library/sqlite3.html
-
### Describe what you want
> sqlcommenter is a suite of middlewares/plugins that enable your ORMs to augment SQL statements before execution, with comments containing information about the code that…
-
When you generate a migration, three files are modified:
1. a new SQL file, called `{ID}_{two or three random words}.sql`, which describes the transformations to synchronize the database with the c…
-
Hi,
is it possible or make it sense to replace the inheritance at the SpecificationRepository from EntityRepository to Doctrine\Common\Persistence\ObjectRepository?
Described here as an best practic…
dgram updated
7 years ago
-
Jira Link: [DB-2917](https://yugabyte.atlassian.net/browse/DB-2917)
### Description
Two variants of `ALTER TABLE` changing PRIMARY KEY - ADD (#1104) and DROP (#8735) - are currently implemented to h…