Skip to main content
quote for the referenced link
Source Link
gnat
  • 20.5k
  • 29
  • 117
  • 310

If you don't want to use an ORM wrapper, use a database that supports OOP style storage like MongoDBMongoDB.

MongoDB (from "hu​mongo​us") is a cross-platform document-oriented database system. Classified as a "NoSQL" database, MongoDB eschews the traditional table-based relational database structure in favor of JSON-like documents with dynamic schemas (MongoDB calls the format BSON), making the integration of data in certain types of applications easier and faster...

If you don't want to use an ORM wrapper, use a database that supports OOP style storage like MongoDB.

If you don't want to use an ORM wrapper, use a database that supports OOP style storage like MongoDB.

MongoDB (from "hu​mongo​us") is a cross-platform document-oriented database system. Classified as a "NoSQL" database, MongoDB eschews the traditional table-based relational database structure in favor of JSON-like documents with dynamic schemas (MongoDB calls the format BSON), making the integration of data in certain types of applications easier and faster...

fixed typo. Although maybe people do want to sue an ORM wrapper
Source Link
Conrad Frix
  • 4.2k
  • 2
  • 21
  • 34

If you don't want to sueuse an ORM wrapper, use a database that supports OOP style storage like MongoDB.

If you don't want to sue an ORM wrapper, use a database that supports OOP style storage like MongoDB.

If you don't want to use an ORM wrapper, use a database that supports OOP style storage like MongoDB.

Source Link
Josh K
  • 23k
  • 10
  • 68
  • 100

If you don't want to sue an ORM wrapper, use a database that supports OOP style storage like MongoDB.