You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.
Hey, really awesome job on this project! A few months ago I started working on the same idea with dataface. I didn't get as far as you did, and frankly I'm glad this came out so that I don't need to! One feature I was excited about, though, was support for multiple database types, primarily leveraging knex.js for query building. Knex doesn't quite do everything, but my plan was to use basic class inheritance to write DB-specific queries for things that knex didn't support. Here's what I mean.
Any thoughts about supporting more database types?
The text was updated successfully, but these errors were encountered:
Hey, really awesome job on this project! A few months ago I started working on the same idea with dataface. I didn't get as far as you did, and frankly I'm glad this came out so that I don't need to! One feature I was excited about, though, was support for multiple database types, primarily leveraging knex.js for query building. Knex doesn't quite do everything, but my plan was to use basic class inheritance to write DB-specific queries for things that knex didn't support. Here's what I mean.
Any thoughts about supporting more database types?
The text was updated successfully, but these errors were encountered: