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

Added turso as a data source plugin #914

Merged
merged 3 commits into from
May 29, 2024
Merged

Conversation

dswbx
Copy link
Contributor

@dswbx dswbx commented May 28, 2024

Proposed changes

Added turso (https://turso.tech/) as a data source plugin to the node-service.

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Checklist

  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • Any dependent changes have been merged and published in downstream modules

Further comments

In order to test it, the simplest approach would be to sign up for turso, then create the database and the token:

  1. Sign up
  2. Go to "Databases" -> "New Database" -> Enter name -> "Create Database".
  3. Select the created database (side panel opens) -> "Generate Token"
  4. Return to Lowcoder, add a new Datasource -> Select "Turso", enter the URL of the database with the generated token
  5. Use it as query within an app.

To fill the database with a schema and values, you can click on "Edit Tables" on the Turso side panel, and click "SQL runner" to add schema and values using SQL.

You can also request a URL and token from my account, so you don't have to follow the steps, but I need to share this via PM.

Copy link

netlify bot commented May 28, 2024

👷 Deploy request for lowcoder-cloud pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 7cadfdd

@FalkWolsky FalkWolsky changed the base branch from main to dev May 29, 2024 09:19
Copy link

netlify bot commented May 29, 2024

👷 Deploy request for lowcoder-test pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit bd2d6e1

Copy link
Contributor

@FalkWolsky FalkWolsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A wonderful connection! Thank you very much for this valuable contribution!

@FalkWolsky FalkWolsky merged commit e7a58b0 into lowcoder-org:dev May 29, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants