-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Views creation via HasViews syntax #139
Comments
Hi, thanks for the kind words :) No there's not even a method to create views normally. |
Hi, |
We are going to use tooling like this. |
Hello,
It's enough for me, as it sends an 400 error when the Js code is not well formatted (does not check document properties names, but not a problem for me). HasView function code :
Kind regards, |
Hi @LoloActemium , yes, I can consider implementing it, it's not a bad idea. In the meanwhile, you can refactor your code using NewRequest() method in ICouchDatabase as it gives use authentication and the document URL for free. A you should using async-await if possible |
Hi,
I'm currently using your lib to log OPC/UA events in CouchDB database (and I like it :)).
I use your lib because I'm a CouchDB noob and I'm an EF Cpore user on some other projects (using SQL Server as DB).
Is there a way to create views within the OnDatabaseCreating(....) function ?
An HasView(...) syntax would be nice, but I could find it.
Or should I have to implement it myself ?
Kind regards,
Laurent.
The text was updated successfully, but these errors were encountered: