Darrel O'Pry

Results 377 comments of Darrel O'Pry

I'm also experiencing this issue. We've been testing NOCODB in some non-production proof of concepts. Encountering bugs like this with something as fundamental as a connection string, really undermines my...

I can confirm it as well... I was able to setup an integration without editing json at all. Huzzah!

@NickCrews I use the NC_DB_JSON env var on digital ocean with the following... note the `rejectUnauthorized: false` needed for self signed certs, and the ca cert (d.o. has a self...

@HarbingerOfFire is there a way to setup BivittatusDB as a server that could be operated against. I looked at the code and it seems to just be a library, not...

I think it would need to operate as a stand-alone server with a network protocol of some sort before an integration with nocodb or any other frontend could be considered

Nocodb uses a framework called knex to provide a consistent interface for databases. Here is a link to the various db implementations, https://github.com/nocodb/nocodb/tree/develop/packages%2Fnocodb%2Fsrc%2Fdb%2Fsql-client%2Flib. It's pretty sql centric.

If I were you I would focus on [Knex.js](https://knexjs.org/). support first. That will open your product up to a larger market than NocoDB alone. It will also give you an...

@charettes I'd merged a PR for > Implement the fix you recommend of calling [the get_email_field_name method](https://docs.djangoproject.com/en/5.0/topics/auth/customizing/#django.contrib.auth.models.AbstractBaseUser.get_email_field_name) instead of looking for the email attribute (which in all fairness is how...

I encountered this with bash on windows 11. Please don't mess with my line endings. ``` $ npx @next/codemod@latest --version 13.0.2 ```