|
|
|
|
|
by alexchantavy
1296 days ago
|
|
Thanks for the helpful links! The ORMs we’ve experimented with tend to be too opinionated in their structure or have leaky abstractions or don’t allow configuring important settings like connection timeouts or don’t handle things like batch writes or transaction control correctly. For my use case it’s much better to simply drop in a bolt driver and watch it go. |
|