Tagged Questions
0
votes
0answers
70 views
What is special about JDBC that makes it unlikeable for JavaScript
Quoting from Selenium Architecture
A natural implementation would have been to provide a database
connection to the underlying data store, using something like JDBC.
Eventually, we settled on ...