masumsoft / express-cassandra

Cassandra ORM/ODM/OGM for NodeJS with support for Apache Cassandra, ScyllaDB, Datastax Enterprise, Elassandra & JanusGraph.
http://express-cassandra.readthedocs.io
GNU Lesser General Public License v3.0
227 stars 67 forks source link

Introspection mode #198

Open BevanR opened 5 years ago

BevanR commented 5 years ago

I really love an ORM feature in Massive JS (for PostgreSQL) which does not require the user defines the schema in the Node.js app, but introspects the schema and exposes tooling from that.

I miss this feature in express-cassandra. Would you be open to this feature?