Skip to main content
grammar
Source Link
Tulains Córdova
  • 39.6k
  • 13
  • 102
  • 157

A directory is a database, although a one where you don't use SQL to access it. SoSo, just call it a NoSQL database and you're cool again!

The only constraint would be that on a directory the data structures (the schema) are fixed, so they might not be adequate for most cases. But if you can express your problem space in that structure, then it could be just as good.

A directory is a database, although a one where you don't use SQL to access it. So, just call it a NoSQL database and you're cool again!

The only constraint would be that on a directory the data structures (the schema) are fixed, so they might not be adequate for most cases. But if you can express your problem space in that structure, then it could be just as good.

A directory is a database, although one you don't use SQL to access. So, just call it a NoSQL database and you're cool again!

The only constraint would be that on a directory the data structures (the schema) are fixed, so they might not be adequate for most cases. But if you can express your problem space in that structure, then it could be just as good.

Source Link
Javier
  • 9.9k
  • 1
  • 29
  • 35

A directory is a database, although a one where you don't use SQL to access it. So, just call it a NoSQL database and you're cool again!

The only constraint would be that on a directory the data structures (the schema) are fixed, so they might not be adequate for most cases. But if you can express your problem space in that structure, then it could be just as good.