Comment by dhc02
2 years ago
I'm no expert, but it seems like raw SQL is supported. From the docs:
"It also exposes app.Dao().DB() builder that allows executing various SQL statements (including raw queries)."
2 years ago
I'm no expert, but it seems like raw SQL is supported. From the docs:
"It also exposes app.Dao().DB() builder that allows executing various SQL statements (including raw queries)."
Yes, that's correct. In server-side code, you can write SQL queries.
JavaScript API: https://pocketbase.io/docs/js-database/ Go API: https://pocketbase.io/docs/go-database/