FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add turso and @libsql/client implementation for sqlite by samvimes01 · Pull Request #28 · sqlc-dev/sqlc-gen-typescript · GitHub

Add turso and @libsql/client implementation for sqlite - #28

Open
samvimes01 wants to merge 1 commit into
sqlc-dev:mainfrom
samvimes01:add-libsql-turso
Open

Add turso and @libsql/client implementation for sqlite#28
samvimes01 wants to merge 1 commit into
sqlc-dev:mainfrom
samvimes01:add-libsql-turso

Conversation

Copy link
Copy Markdown

Added an SQLite implementation for Turso @libsql/client

Mostly copypasted from better-sqlite3 and changed to turso signature

const result = await turso.execute({
  sql: "SELECT * FROM users WHERE id = ?",
  args: [1],
});

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

1 participant


Back | FazBrowse Home | New Git URL