Replies: 1 comment
-
Hey @bhregmi, you'll want to implement the Note that Rune & the Query Builder generate SQL appropriate for Postgres by default. If certain SQL syntax is different for Oracle, you can easily override how specific queries are generated by creating a subclass of Grammar and overriding relevant functions. See MySQLGrammar as an example. Let me know how it goes; happy to provide more pointers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is a Swift wrapper for oracle https://github.com/iliasaz/SwiftOracle
So how can i implement this in alchemy to access the oracle database , some guidance would be helpful.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions