Hi everyone
We are running via LLBLGen 5.9.2
re: LLBLGen - we have 100-odd entities within various legacy projects and have realised creating DTO objects + exposing them via an API is quite a bit of work. I just saw this today: https://www.cdata.com/drivers/couchbase/ (for couchbase in this case) and was wondering if anyone has similar experience with implementing drivers like this for document dbs, and/or integrating them within LLBLGen?
Background:
re: couchbase, we've been using .NET/Couchbase as a prototype for various caching scenarios or areas of the system which required a lot of grunt. These solutions did involve some data refactoring vs their relational equivalents, but the results have been excellent in terms of performance and removing load on legacy systems.
For reference, we are still using Sybase ASE also (sigh) but were able to get LLBLGen up and working re: .NET core using this driver: https://github.com/DataAction/AdoNetCore.AseClient and then by refactoring the existing, legacy SybaseASE driver from LLBLGen (~5.2 from memory). Potentially I was thinking of expanding upon until I saw the above today (I'd really much rather focus on improving my non-db software features).
TIA for any info or suggestions.
Cheers,
James