README suggests vcpkg install sqlite_orm but it doesn't work. Apparently vcpkg doesn't like underscores in package names. Did you mean vcpkg install sqlite-orm?
I've opened an issue over at vcpkg to rename the package to sqlite_orm, let's see how that goes
https://github.com/microsoft/vcpkg/issues/9482
@yetkinozturk honestly I don't know how to install this lib with vcpkg. vcpkg support was added by @soroshsabz AFAIK. Also looks like other people can install sqlite_orm properly cause there were no problems with it before.
I am not a user of vcpkg either. I wanted to use it, the install command complained when I used a package name with underscore. Then I tried sqlite-orm and it fetch it from your repository.
The package name in vcpkg is sqlite-orm (with a dash), not sqlite_orm (with an underscore). I'm waiting for the vcpkg team to rename the package, if it's not possible then we'll just update the readme
hm ok. Now I see how it works. So it looks like sqlite_orm's readme problem not vcpkg's problem. @longnguyen2004 please keep us in touch. I shall fix the readme file if it is required. Thank you
I've linked the vcpkg issue above, you can keep track on that
It's been almost a month and no response from vcpkg team, guess we'll just update the README then
@longnguyen2004 could you please tell me one more time what exactly we need to change in README file?
use sqlite-orm not sqlite_orm. I've update readme file. Is the issue actual?
closing due to inactivity
Oh sorry, didn't see the notifications, yeah the port name is called sqlite-orm with a dash, the README is correct now