Support for builtin orm
N0tExisting opened this issue · 5 comments
Currently all builtin databases support the orm, and it would be nice if this one does too.
Needed for support:
- implement
orm.Connection
- get it hardcoded into the V codebase
Would you like to implement it?
@N0tExisting turns out this is not possible right now because the drivers need to be hard coded into the V codebase.
turns out this is not possible right now because the drivers need to be hard coded into the V codebase.
Looking at the code, it seems like it is only used to prefix the name, so it could be refactored to allow any name.
P.S: I can't implement it because I'm studying for my final exams atm
There's no rush, here was my initial investigation: de83efa
I have created a PR #102 but there are some other problems that need to be addressed before I can work on it further.