#
orm
Here are 2,793 public repositories matching this topic...
ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
electron
javascript
mysql
typescript
react-native
orm
database
sap
sqlite
postgresql
oracle
mariadb
websql
typeorm
sap-hana
active-record
sqlserver
data-mapper
cockroachdb
-
Updated
Sep 13, 2020 - TypeScript
The fantastic ORM library for Golang, aims to be developer friendly
-
Updated
Sep 11, 2020 - Go
-
Updated
Sep 5, 2020 - Scala
An powerful enhanced toolkit of MyBatis for simplify development
-
Updated
Sep 11, 2020 - Java
bricelam
commented
Sep 11, 2020
We should add the Default Timeout
connection string keyword. Order of precedence would be:
- SqliteCommand.CommandTimeout (always wins if set)
- SqliteConnection.DefaultTimeout
Default Time=
in the connection string- 30 (the ADO.NET default)
CakePHP: The Rapid Development Framework for PHP - Official Repository
php
validation
orm
web
mvc
cakephp
rest-api
web-framework
mvc-framework
psr-7
form-builder
rapid-development
-
Updated
Sep 12, 2020 - PHP
SQL for Humans™
-
Updated
Aug 12, 2020 - Python
Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm
-
Updated
Apr 3, 2020 - Go
A simple Node.js ORM for PostgreSQL, MySQL and SQLite3 built on top of Knex.js
-
Updated
Jul 28, 2020 - JavaScript
ensc
commented
Jan 13, 2020
Setup
Versions
- Diesel: 1.4.3
Problem Description
Documentation states
fn eq_any<T>(self, values: T) -> In<Self, T::InExpression>Queries using this method will not be placed in the prepared statement cache
But [comments](https://github.com/diesel
MinimogDev
commented
Aug 7, 2020
MohitKS5
commented
Aug 28, 2020
go-pg doesn't follow any fixed constraint name conventions.
type TestAccess struct {
Id string `pg:"type:uuid,default:uuid_generate_v4()" json:"id"`
BatchId string `pg:"type:uuid,on_delete:CASCADE,unique:batch_id_test_id" json:"batch_id,omitempty"`
Batch *Batch `json:"batch,omitempty"`
StudentId string `pg:"type:uuid,on_delete:CASCADE" json:"student_id,omitempt
jOOQ is the best way to write SQL in Java
mysql
java
sql
orm
database
code-generator
jdbc
jpa
postgresql
oracle
sql-query
hibernate
sql-builder
db2
sqlserver
sql-query-builder
jooq
sql-query-formatter
jdbc-utilities
sql-formatter
-
Updated
Sep 10, 2020 - Java
the champagne of beta embedded databases
rust
tree
orm
database
high-performance
persistence
fuzzing
formal-methods
concurrent
lock-free
log-structured
kv
b-tree
sled
b-plus-tree
b-link-tree
bw-tree
incredibly-spicy
embedded-kv
crash-testing
-
Updated
Sep 10, 2020 - Rust
videni
commented
Sep 29, 2019
what is prefer way to add relation and remove relation? I found example as below, but I did't find any document about the two methods.
case 'ADD_AUTHOR_TO_BOOK':
Book.withId(action.payload.bookId).authors.add(action.payload.author); // add new entity , add relation? this doesn't work.
break;
case 'REMOVE_AUTHOR_FROM_BOOK':
Book.withId(action.payload.bo
File Attachment toolkit for Ruby applications
-
Updated
Sep 11, 2020 - Ruby
Improve this page
Add a description, image, and links to the orm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the orm topic, visit your repo's landing page and select "manage topics."
Issue Description
While using model.bulkCreate, as we pass the options, an object which contains transaction, it comes modified after the execution
What are you doing?
We have called bulk