n39librarian/middleware/queries/listBooks.ts

1 line
68 B
TypeScript

export const listBooks = `SELECT * FROM bookData ORDER BY title`;