-
Notifications
You must be signed in to change notification settings - Fork 79
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
using databases.pacha.dev for testing #422
Comments
Thanks. I'm not sure how to use a publicly accessible database for testing. Perhaps this is useful for vignettes, as example datasets that can be accessed without setting up a database server and that are more contrived than using RSQLite or duckdb? |
good idea! I just wonder how to reconfigure sql server |
Why is SQL Server important? |
my idea was to provide different database backends to test edge cases |
Hi @hadley @krlmlr
I have the website databases.pacha.dev where I host access free PSQL databases. How can we use it for testing?
I also had MySQL and SQL Server databases but that was too much headache for limited server resources.
The text was updated successfully, but these errors were encountered: