I am working on a Nodejs application, where data source had been migrated to BigQuery from MongoDb.
We are using mongoose
as a ORM library to define Schema for all Entity Tables in current system.
Is there any library module for BigQuery
to achieve similar Schema definitions in Node JS?