-
Hey, maintainer of `http://aphrodite.sh` here.
> Trong ORM is a JavaScript library for building reactive SQLite queries for web, mobile and desktop
Looks like we're thinking along the same lines…
-
Good day!
First of all, thanks for your interesting repo. I've got just a small general question: are you aware of any other nim ORMs? This language seems to be very young (rather promising though!) a…
-
TortoiseORM, PonyORM, etc
-
### Problem Statement
Current alternatives are ugly and harder to read, many SQL dialects already implement this.
E.g.
Postgres: [starts_with](https://pgpedia.info/s/starts_with.html)
Databricks SQ…
-
Create database orms using TDD. Start with a mapping for one type of object using TDD in the database-models branch, then submit a pull request. Repeat until mappings exist for all tables.
-
Over the past couple of days, without knowing it, I started embarking on writing something very similar to some of sandman's model-to-RESTful-API functionality, but for [Pony ORM](https://ponyorm.com/…
-
Need to add support for multiple ORMs such as
1. Pony
2. Peevee
3. etc
-
-
This requires a compatibility layer providing common interfaces. The layer should provide for each supported ORM:
- [ ] Pipeline elements
- [ ] Auth models?
- [ ] Forms?
Involved modules (depe…
-
ORM/Models
```go
package models
import (
"time"
)
type Vnf struct {
Id int64 `orm:"auto;pk" form:"-"`
ServiceId string `orm:"unique;index"…