|
|
|
|
|
by vincnetas
2745 days ago
|
|
I'm pretty sure you can have one interface for YeSQL an NoSQL. * getUsers()
* saveUser()
* listUsers()
* deleteUser() and implementation can implement it in specific way to take advantage of chosen technology. If you have some esoteric use cases they could be handled in special way separate from business code. |
|
Being tasked to come up with an abstraction layer that supports the speed of precomputed, clustered indexes with the flexibility of SQL - if I were in a content creation business and not a database engine writing business - sounds like the kind of project that would make me quit my job and go on a one year silent meditation retreat.