orm-examples icon indicating copy to clipboard operation
orm-examples copied to clipboard

Examples showing how to use various ORMs with YSQL

Results 23 orm-examples issues
Sort by recently updated
recently updated
newest added

Bumps [miow](https://github.com/yoshuawuyts/miow) from 0.2.1 to 0.2.2. Commits 6fd7b9c Bump version to 0.2.2 550efc2 Merge branch 'fix-sockaddr-convertion-v0.2.x' into 0.2.x ca8db53 Stop using from_ne_bytes to be compatible with Rust < 1.32.0 3e217e3...

dependencies
rust

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 0.6.10 to 0.6.14. Release notes Sourced from smallvec's releases. v0.6.14 Fix a possible buffer overflow in insert_many (#252, #254). v0.6.13 Use the maybe-unit crate in place of...

dependencies
rust

Bumps [rocket](https://github.com/SergioBenitez/Rocket) from 0.4.2 to 0.4.7. Release notes Sourced from rocket's releases. Rocket v0.4.7 See the CHANGELOG for more information. Rocket v0.4.6 See the CHANGELOG for more information. Rocket v0.4.5...

dependencies
rust

Bumps [gson](https://github.com/google/gson) from 2.8.5 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies
java

Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.4.19.Final to 5.4.24.Final. Changelog Sourced from hibernate-core's changelog. Changes in 5.4.24.Final (November 17, 2020) https://hibernate.atlassian.net/projects/HHH/versions/31892 ** Bug * [HHH-14333] - Pessimistic Lock causes FOR UPDATE on outer...

dependencies
java

What is the recommended way to connect to for example the 3 pods of a yugabyte cluster when the client is in-cluster. since the headless service offer multiple ip names...

Following error is observed for `bundle install` step on macOS Mojave 10.14.6 ``` An error occurred while installing pg (1.1.4), and Bundler cannot continue. Make sure that `gem install pg...

Creating a new user on the golang gorm app fails with the following error: ``` { "message": { "Severity": "ERROR", "Code": "0A000", "Message": "Operation only supported in SERIALIZABLEisolation level", "Detail":...

CREATE DATABASE gormdemo; is a mandatory step before the golang gorm code can be started. This should not be the case and this database should be auto-created every time the...

currently the port is set to 5432 and the ysql_active_record db is not created automatically.