File tree 7 files changed +14
-0
lines changed
node-better-sqlite3/src/db
7 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ // Code generated by sqlc. DO NOT EDIT.
2
+
1
3
import mysql , { RowDataPacket } from "mysql2/promise" ;
2
4
3
5
type Client = mysql . Connection | mysql . Pool ;
Original file line number Diff line number Diff line change
1
+ // Code generated by sqlc. DO NOT EDIT.
2
+
1
3
import { QueryArrayConfig , QueryArrayResult } from "pg" ;
2
4
3
5
interface Client {
Original file line number Diff line number Diff line change
1
+ // Code generated by sqlc. DO NOT EDIT.
2
+
1
3
import { Sql } from "postgres" ;
2
4
3
5
export const getAuthorQuery = `-- name: GetAuthor :one
Original file line number Diff line number Diff line change
1
+ // Code generated by sqlc. DO NOT EDIT.
2
+
1
3
import { Database } from "better-sqlite3" ;
2
4
3
5
export const getAuthorQuery = `-- name: GetAuthor :one
Original file line number Diff line number Diff line change
1
+ // Code generated by sqlc. DO NOT EDIT.
2
+
1
3
import mysql , { RowDataPacket } from "mysql2/promise" ;
2
4
3
5
type Client = mysql . Connection | mysql . Pool ;
Original file line number Diff line number Diff line change
1
+ // Code generated by sqlc. DO NOT EDIT.
2
+
1
3
import { QueryArrayConfig , QueryArrayResult } from "pg" ;
2
4
3
5
interface Client {
Original file line number Diff line number Diff line change
1
+ // Code generated by sqlc. DO NOT EDIT.
2
+
1
3
import { Sql } from "postgres" ;
2
4
3
5
export const getAuthorQuery = `-- name: GetAuthor :one
You can’t perform that action at this time.
0 commit comments