-
`Bun.sql` is Bun's builtin postgres client, currently only available on canary builds of Bun.
```ts
import { sql } from 'bun';
const [{x}] = await sql`select 1 as x`;
console.log({x});
```
sqlite a…
-
One of my java applications is generating log messages like
```
2024-09-10 04:04:38,438 INFO [pool-7-thread-61] [LicenseCheckService] : New live topology available in repository -- will update the l…
esara updated
6 hours ago
-
I've been having a lot of discussions, and built some prototypes around the idea of building apps where the frontend is connecting directly to the database. There's a few different vendor-based soluti…
-
If you want to manually configure your DuckDB instance, you can create a custom `sql` definition using the `DuckDBClient.sql` function. This returns a callback that abstracts and hides access to the u…
-
### A SQL console UI Allows the user to run SQL on the client side
As a user with SQL skills, I want to execute SQL queries on tabular data files without downloading them first. The execution of th…
-
Hi there! I came across your work and want to try to forward a MS SQL connection on an Azure VM to my local machine using your TCP tunnel.
The binding defined on proxy-server side looks like this:
`…
-
### Describe the bug
After executing an SQL query, attempting to retrieve ServerMetrics.ELAPSED_TIME or ServerMetrics.RESULT_ROWS from OperationMetrics results in a NullPointerException. This error…
-
### Bug Description
When I try to connect to a Cloud SQL instance using the `google.cloud.sql.connector.Connector` I'm getting error:
`Forbidden: Authenticated IAM principal does not seem authoriz…
-
_This issue was auto-generated_
PR: https://github.com/deephaven/deephaven-core/pull/6023
Author: devinrsmith
## Original PR Body
This adds [Arrow Flight SQL](https://arrow.apache.org/docs/format/F…
-
Hi,
I'm the author of qStudio https://github.com/timeseries/qstudio a free SQL tool specialized for data analysis, that allows easy charting, excel export and pivots. I'm looking for a StarRocks exp…