HybridDb
HybridDb copied to clipboard
It's an O/RM... it's a document store... no it's SQL Server!
It should be possible to do collection.Contains and collection.Any/All. Maybe by having a projection type that projects to a separate table with references back to the documents table.
The LINQ implementaion misses a translations for string.EndsWith and that in turn might be best to implement by enabling custom projections - like one that reverses the string to speed...
What if we want to fetch a referenced document or a projection of data from another table in one round-trip when we query for a document... Or what if we...