Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQUEST] Add Output "SQLite" Target Syntax #5

Open
TheCedarPrince opened this issue Sep 24, 2022 · 1 comment
Open

[FEATURE REQUEST] Add Output "SQLite" Target Syntax #5

TheCedarPrince opened this issue Sep 24, 2022 · 1 comment

Comments

@TheCedarPrince
Copy link

Hi all,

Could we add SQLite target syntax for the package along side :redshift, :sqlserver and :postgresql? How hard would it be? Would it be a matter of wiring this package to use FunSQL more thoroughly? Thanks!

~ tcp 🌳

@clarkevans
Copy link
Contributor

clarkevans commented Sep 26, 2022

There is at least one complication for SQLite: it does not have a data type for dates and times. Some people use numbers, others use a string representation. In either case, the operations on dates are not encapsulated at the database level, this complexity is relocated into the user-level code. Besides date and time handling, there may be performance differences that make certain constructs unreasonably slow, and this requires performance testing work. Regardless, this does seem worthwhile, it just won't happen without effort.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants