Comment on Rancher 2.0 GAparentComments−gm-conspiracy8y"fad to abstract over databases"cough Is it not called an ORM?−icebraining8ySome can be used for that, but it's not their main purpose. Not all ORMs are database-independent (the one we use uses postgres-specific features), and conversely, if you just need independence you're probably better off using something lighter.
Comments
"fad to abstract over databases"
cough Is it not called an ORM?
Some can be used for that, but it's not their main purpose. Not all ORMs are database-independent (the one we use uses postgres-specific features), and conversely, if you just need independence you're probably better off using something lighter.