orm-examples
orm-examples copied to clipboard
Examples showing how to use various ORMs with YSQL
`CREATE DATABASE ysql_sequelize;` is a mandatory step before the node.js sequelize code can be started. This should not be the case and this database should be auto-created every time the...
follow the instructions here (that are common to spring and sequelize) https://docs.yugabyte.com/latest/develop/build-apps/java/ysql-spring-data/#send-requests-to-the-app the very last command (2nd insert into orders table) fails. is auto-increment of the primary key not being...
Update the example to use YugabyteDB Ruby smart driver and ActiveRecord adapter for YugabyteDB