Replies: 1 comment
-
Hi @mpikzink, No this isn't possible. While Eloquent and LdapRecord share the same design pattern (Active Record), they share no ability to communicate between each other, due to the backend technology difference. If you can share your implementation, I may be able to help you with performance improvements. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have defined two LdapRecord\Models for UnixUsers and for LdapRecord\UnixGroups and everything works fine so far, but I have two questions as I want to improve the performance of my application.
Is it possible to create relations the LdapRecord models from and to Eloquent Models? At the moment I can only do this using Dynamic Attributes, but this is a performance issue with large datasets.
Beta Was this translation helpful? Give feedback.
All reactions