caminte icon indicating copy to clipboard operation
caminte copied to clipboard

Cross-db ORM for NodeJS

Results 100 caminte issues
Sort by recently updated
recently updated
newest added

is it possible to use one redis and mysql with caminte ?

.authenticate is unsupported since 3.6.x relase of mongoDB.

A quick question: are composite primary keys supported? Is it possible to make relations using those? I'm asking this because we need to connect to a Firebird database that uses...

How can i search something on my MYSQL DataBase keeping in mind that i need a case sensitive comparison?

caminte -i -a mysql fs.js:114 throw err; ^ Error: ENOENT: no such file or directory, open '/usr/local/lib/node_modules/caminte-cli/bin/../templates/Model.ejs' at Object.openSync (fs.js:443:3) at Object.readFileSync (fs.js:343:35) at Object. (/usr/local/lib/node_modules/caminte-cli/bin/caminte:60:14) at Module._compile (internal/modules/cjs/loader.js:776:30) at...

How to log all sql queries that being executed?

There's a way to make a auxiliary map to a field, something similar to @Transient from Hibernate? Or there's another way that I haven't found it in documentation?

Hi, I have a query like (Select * from users where user.name='asd' OR user.lastname = 'asdaff') I have written my code like this:- Users.findOne( { where: { or: [ {...

The idea would be as follow GraphQL Schema to CarminteJS Shema (GraphQL -> [AST](https://www.contentful.com/blog/2018/07/04/graphql-abstract-syntax-tree-new-schema/) -> Carminte) Then support [OpenCRUD](https://www.opencrud.org/) for the queries. This is what [prisma](https://www.prisma.io/) is doing right now...