René's URL Explorer Experiment


Title: Add `@bquery/bquery/server` for lightweight backend routing, middleware, and SSR responses by Copilot · Pull Request #87 · bQuery/bQuery · GitHub

Open Graph Title: Add `@bquery/bquery/server` for lightweight backend routing, middleware, and SSR responses by Copilot · Pull Request #87 · bQuery/bQuery

X Title: Add `@bquery/bquery/server` for lightweight backend routing, middleware, and SSR responses by Copilot · Pull Request #87 · bQuery/bQuery

Description: This issue asks for a fuller backend story aligned with bQuery’s principles rather than pulling in an Express-sized dependency surface. This PR introduces a focused server entry point that covers the core backend primitives needed to compose request handling, safe responses, and SSR output in a tree-shakeable, zero-dependency way. New server entry point Adds @bquery/bquery/server Exposes createServer() plus typed server contracts for routes, middleware, request context, and response helpers Wires the new module into package exports, root/full bundles, and build entries Express-inspired request pipeline Supports app-style composition with use(), add(), and method helpers: get, post, put, patch, delete, all Normalizes incoming requests from Request, URL, string paths, or lightweight request init objects Adds route param extraction (:id), repeated-query parsing, and per-request mutable state for middleware coordination Safe response primitives Adds ctx.response(), ctx.text(), ctx.html(), ctx.json(), and ctx.redirect() ctx.html() sanitizes by default using bQuery’s existing security layer ctx.json() escapes HTML-significant characters to avoid unsafe embedding edge cases Default error handling now returns thrown Response instances directly, which keeps explicit control-flow responses intact SSR integration Adds ctx.render() to return bQuery SSR output directly from handlers Preserves SSR HTML and appends serialized store state script tags when requested Bridges the new backend surface to the existing @bquery/bquery/ssr module instead of duplicating rendering logic Docs and API surface sync Adds a dedicated server guide Updates README, changelog, agent context, sidebar, and package metadata to include the new public module import { createServer } from '@bquery/bquery/server'; const app = createServer(); app.use(async (ctx, next) => { ctx.state.startedAt = Date.now(); return await next(); }); app.get('/users/:id', (ctx) => ctx.json({ id: ctx.params.id, include: ctx.query.include, }) ); app.get('/dashboard', (ctx) => ctx.render('

', { title: 'Dashboard' }, { includeStoreState: true, }) );

Open Graph Description: This issue asks for a fuller backend story aligned with bQuery’s principles rather than pulling in an Express-sized dependency surface. This PR introduces a focused server entry point that covers t...

X Description: This issue asks for a fuller backend story aligned with bQuery’s principles rather than pulling in an Express-sized dependency surface. This PR introduces a focused server entry point that covers t...

Opengraph URL: https://github.com/bQuery/bQuery/pull/87

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:c15c57d9-4ff4-a048-e881-902f188bed60
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id99DA:1485C9:D6756E:1279253:6A4DD219
html-safe-noncebb68849f6dbb18955b2d12e588410ece9b46527d4f0727d331926a30739d274c
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5OURBOjE0ODVDOTpENjc1NkU6MTI3OTI1Mzo2QTRERDIxOSIsInZpc2l0b3JfaWQiOiI1MTM2MzU0MTc4NTAzNjYwMDU3IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac1482689c11ec303c0091a4bda0b70d05cb356ecf389e0f5ca26691bec0939078
hovercard-subject-tagpull_request:3596080128
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/bQuery/bQuery/pull/87/files
twitter:imagehttps://avatars.githubusercontent.com/in/1143301?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/1143301?s=400&v=4
og:image:altThis issue asks for a fuller backend story aligned with bQuery’s principles rather than pulling in an Express-sized dependency surface. This PR introduces a focused server entry point that covers t...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None06b8a6144231bf3a234f1c2e9993861e07ce98a905912b114aa386c2d7e84b33
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/bQuery/bQuery git https://github.com/bQuery/bQuery.git
octolytics-dimension-user_id256381806
octolytics-dimension-user_loginbQuery
octolytics-dimension-repository_id1139284244
octolytics-dimension-repository_nwobQuery/bQuery
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1139284244
octolytics-dimension-repository_network_root_nwobQuery/bQuery
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release1d344bdb7547fe6bca17a59bb2b8aac3dc9532a0
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/bQuery/bQuery/pull/87/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FbQuery%2FbQuery%2Fpull%2F87%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FbQuery%2FbQuery%2Fpull%2F87%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=bQuery%2FbQuery
Reloadhttps://github.com/bQuery/bQuery/pull/87/files
Reloadhttps://github.com/bQuery/bQuery/pull/87/files
Reloadhttps://github.com/bQuery/bQuery/pull/87/files
Please reload this pagehttps://github.com/bQuery/bQuery/pull/87/files
bQuery https://github.com/bQuery
bQueryhttps://github.com/bQuery/bQuery
Please reload this pagehttps://github.com/bQuery/bQuery/pull/87/files
Notifications https://github.com/login?return_to=%2FbQuery%2FbQuery
Fork 0 https://github.com/login?return_to=%2FbQuery%2FbQuery
Star 1 https://github.com/login?return_to=%2FbQuery%2FbQuery
Code https://github.com/bQuery/bQuery
Issues 0 https://github.com/bQuery/bQuery/issues
Pull requests 0 https://github.com/bQuery/bQuery/pulls
Actions https://github.com/bQuery/bQuery/actions
Security and quality 0 https://github.com/bQuery/bQuery/security
Insights https://github.com/bQuery/bQuery/pulse
Code https://github.com/bQuery/bQuery
Issues https://github.com/bQuery/bQuery/issues
Pull requests https://github.com/bQuery/bQuery/pulls
Actions https://github.com/bQuery/bQuery/actions
Security and quality https://github.com/bQuery/bQuery/security
Insights https://github.com/bQuery/bQuery/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FbQuery%2FbQuery%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FbQuery%2FbQuery%2Fissues%2Fnew%2Fchoose
JosunLPhttps://github.com/JosunLP
developmenthttps://github.com/bQuery/bQuery/tree/development
copilot/rework-backend-partshttps://github.com/bQuery/bQuery/tree/copilot/rework-backend-parts
Conversation 24 https://github.com/bQuery/bQuery/pull/87
Commits 14 https://github.com/bQuery/bQuery/pull/87/commits
Checks 18 https://github.com/bQuery/bQuery/pull/87/checks
Files changed https://github.com/bQuery/bQuery/pull/87/files
Please reload this pagehttps://github.com/bQuery/bQuery/pull/87/files
Add @bquery/bquery/server for lightweight backend routing, middleware, and SSR responses https://github.com/bQuery/bQuery/pull/87/files#top
Show all changes 14 commits https://github.com/bQuery/bQuery/pull/87/files
a5bab63 Merge pull request #84 from bQuery/development JosunLP Apr 15, 2026 https://github.com/bQuery/bQuery/pull/87/commits/a5bab638552f612983af2bafa85d49f4adfbc206
770cbb2 Initial plan Copilot Apr 28, 2026 https://github.com/bQuery/bQuery/pull/87/commits/770cbb207447c528a66edd77d4b68f294928d017
421cab5 feat(server): add express-inspired backend entry point Copilot Apr 28, 2026 https://github.com/bQuery/bQuery/pull/87/commits/421cab5f3ebec78b1479235da4a9d2f1a300cb16
d682e8a chore(server): clarify validation errors Copilot Apr 28, 2026 https://github.com/bQuery/bQuery/pull/87/commits/d682e8a5d33caeecc9a3a1e48b6bfe32c336406f
2fdd418 chore(server): refine review follow-ups Copilot Apr 28, 2026 https://github.com/bQuery/bQuery/pull/87/commits/2fdd418af551dd75e6f6a4abb69d72bc62ae53e3
d3e8979 fix(server): return thrown responses by default Copilot Apr 28, 2026 https://github.com/bQuery/bQuery/pull/87/commits/d3e89798a8174332171cf27d4cfd7a34f0f0d851
da45ad6 fix(server): address review follow-up comments Copilot Apr 28, 2026 https://github.com/bQuery/bQuery/pull/87/commits/da45ad6525925cf9ece10e74ea4ce3bfe6ec5309
ba99031 fix(server): tighten route path matching Copilot Apr 28, 2026 https://github.com/bQuery/bQuery/pull/87/commits/ba99031360720389ca14ac82cad03a4bf2444483
caab822 fix(server): harden request key handling Copilot Apr 29, 2026 https://github.com/bQuery/bQuery/pull/87/commits/caab822e87b5dbb013098ba5df16fdc42a1d7a18
4826380 docs(server): clarify DOM setup for sanitization Copilot Apr 29, 2026 https://github.com/bQuery/bQuery/pull/87/commits/4826380995ad17191a08137fa3c3ae451bcdc6ab
652dba4 docs(server): clarify startup DOM requirements Copilot Apr 29, 2026 https://github.com/bQuery/bQuery/pull/87/commits/652dba43cc2715ddb357243a569b21020216ac4f
465d7ba docs(server): note DOM shim dependency Copilot Apr 29, 2026 https://github.com/bQuery/bQuery/pull/87/commits/465d7ba61db8b50bb48f0561b715c9b3ba676181
7b3d7fc merge(development): resolve stacked conflicts Copilot Apr 29, 2026 https://github.com/bQuery/bQuery/pull/87/commits/7b3d7fcdf66910c65014261c90652deaae365b72
42169c0 merge(development): resolve stacked conflicts Copilot Apr 29, 2026 https://github.com/bQuery/bQuery/pull/87/commits/42169c07e1e075bd410e4492bef7996202f7faa8
Clear filters https://github.com/bQuery/bQuery/pull/87/files
Please reload this pagehttps://github.com/bQuery/bQuery/pull/87/files
Please reload this pagehttps://github.com/bQuery/bQuery/pull/87/files
.clinerules https://github.com/bQuery/bQuery/pull/87/files#diff-327ad2697caff5db343d54dee7542c51476180464fb85667c35e69816f8bd33d
.cursorrules https://github.com/bQuery/bQuery/pull/87/files#diff-315161dd3154081cb28d119355d3dd6de62ddc800ac1a12f8eb903e59047a018
copilot-instructions.md https://github.com/bQuery/bQuery/pull/87/files#diff-227c2c26cb2ee0ce0f46a320fc48fbcbdf21801a57f59161b1d0861e8aad55f5
AGENT.md https://github.com/bQuery/bQuery/pull/87/files#diff-c1e87407ce72f38b645f627c7fbda6e6999170c840cded6ce82c1bd2c10923e8
CHANGELOG.md https://github.com/bQuery/bQuery/pull/87/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed
README.md https://github.com/bQuery/bQuery/pull/87/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
config.ts https://github.com/bQuery/bQuery/pull/87/files#diff-3def678deb1b1d5a53948eb8491817dde4dc881e032e785fc61cc93d334eefcd
server.md https://github.com/bQuery/bQuery/pull/87/files#diff-243ae54884e2f05bcd55e5576bca13708a9120971f955ea579b3a568658da476
llms.txt https://github.com/bQuery/bQuery/pull/87/files#diff-f43a9e2f7da89777ca234fc2f236252b27a44652586c9514b243e81bf1b19114
package.json https://github.com/bQuery/bQuery/pull/87/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
full.ts https://github.com/bQuery/bQuery/pull/87/files#diff-3061502541780be549a3418b68cb60d2fbe8fc17f84f6ec533ce6bd0ab4eb95b
index.ts https://github.com/bQuery/bQuery/pull/87/files#diff-a2a171449d862fe29692ce031981047d7ab755ae7f84c707aef80701b3ea0c80
create-server.ts https://github.com/bQuery/bQuery/pull/87/files#diff-35b28cf33078fa1982a625ab671b36fce0e7b8de02b25b5c90defac733f9a170
index.ts https://github.com/bQuery/bQuery/pull/87/files#diff-e4e7a68d82cdfba4e7dab9a32a8f55f3806ffa0cf33f1b8ab64b42941cf68888
types.ts https://github.com/bQuery/bQuery/pull/87/files#diff-9a3a0a5fdd0766b53ba8436a42cd88d004c2dadf2853adbe4ca061f4b2215a40
server.test.ts https://github.com/bQuery/bQuery/pull/87/files#diff-28ef84c225a6c2db1bb2728a10b5af1c48addd809355d20fb44f93212c41f16d
vite.config.ts https://github.com/bQuery/bQuery/pull/87/files#diff-6a3b01ba97829c9566ef2d8dc466ffcffb4bdac08706d3d6319e42e0aa6890dd
.clineruleshttps://github.com/bQuery/bQuery/pull/87/files#diff-327ad2697caff5db343d54dee7542c51476180464fb85667c35e69816f8bd33d
View file https://github.com/bQuery/bQuery/blob/42169c07e1e075bd410e4492bef7996202f7faa8/.clinerules
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/87/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/87/files#diff-327ad2697caff5db343d54dee7542c51476180464fb85667c35e69816f8bd33d
https://github.com/bQuery/bQuery/pull/87/files#diff-327ad2697caff5db343d54dee7542c51476180464fb85667c35e69816f8bd33d
.cursorruleshttps://github.com/bQuery/bQuery/pull/87/files#diff-315161dd3154081cb28d119355d3dd6de62ddc800ac1a12f8eb903e59047a018
View file https://github.com/bQuery/bQuery/blob/42169c07e1e075bd410e4492bef7996202f7faa8/.cursorrules
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/87/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/87/files#diff-315161dd3154081cb28d119355d3dd6de62ddc800ac1a12f8eb903e59047a018
https://github.com/bQuery/bQuery/pull/87/files#diff-315161dd3154081cb28d119355d3dd6de62ddc800ac1a12f8eb903e59047a018
.github/copilot-instructions.mdhttps://github.com/bQuery/bQuery/pull/87/files#diff-227c2c26cb2ee0ce0f46a320fc48fbcbdf21801a57f59161b1d0861e8aad55f5
View file https://github.com/bQuery/bQuery/blob/42169c07e1e075bd410e4492bef7996202f7faa8/.github/copilot-instructions.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/87/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/87/files#diff-227c2c26cb2ee0ce0f46a320fc48fbcbdf21801a57f59161b1d0861e8aad55f5
https://github.com/bQuery/bQuery/pull/87/files#diff-227c2c26cb2ee0ce0f46a320fc48fbcbdf21801a57f59161b1d0861e8aad55f5
https://github.com/bQuery/bQuery/pull/87/files#diff-227c2c26cb2ee0ce0f46a320fc48fbcbdf21801a57f59161b1d0861e8aad55f5
https://github.com/bQuery/bQuery/pull/87/files#diff-227c2c26cb2ee0ce0f46a320fc48fbcbdf21801a57f59161b1d0861e8aad55f5
AGENT.mdhttps://github.com/bQuery/bQuery/pull/87/files#diff-c1e87407ce72f38b645f627c7fbda6e6999170c840cded6ce82c1bd2c10923e8
View file https://github.com/bQuery/bQuery/blob/42169c07e1e075bd410e4492bef7996202f7faa8/AGENT.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/87/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/87/files#diff-c1e87407ce72f38b645f627c7fbda6e6999170c840cded6ce82c1bd2c10923e8
https://github.com/bQuery/bQuery/pull/87/files#diff-c1e87407ce72f38b645f627c7fbda6e6999170c840cded6ce82c1bd2c10923e8
https://github.com/bQuery/bQuery/pull/87/files#diff-c1e87407ce72f38b645f627c7fbda6e6999170c840cded6ce82c1bd2c10923e8
https://github.com/bQuery/bQuery/pull/87/files#diff-c1e87407ce72f38b645f627c7fbda6e6999170c840cded6ce82c1bd2c10923e8
https://github.com/bQuery/bQuery/pull/87/files#diff-c1e87407ce72f38b645f627c7fbda6e6999170c840cded6ce82c1bd2c10923e8
https://github.com/bQuery/bQuery/pull/87/files#diff-c1e87407ce72f38b645f627c7fbda6e6999170c840cded6ce82c1bd2c10923e8
CHANGELOG.mdhttps://github.com/bQuery/bQuery/pull/87/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed
View file https://github.com/bQuery/bQuery/blob/42169c07e1e075bd410e4492bef7996202f7faa8/CHANGELOG.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/87/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/87/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed
https://github.com/bQuery/bQuery/pull/87/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed
README.mdhttps://github.com/bQuery/bQuery/pull/87/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
View file https://github.com/bQuery/bQuery/blob/42169c07e1e075bd410e4492bef7996202f7faa8/README.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/87/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/87/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://github.com/bQuery/bQuery/pull/87/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://github.com/bQuery/bQuery/pull/87/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://github.com/bQuery/bQuery/pull/87/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://github.com/bQuery/bQuery/pull/87/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://github.com/bQuery/bQuery/pull/87/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://github.com/bQuery/bQuery/pull/87/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://github.com/bQuery/bQuery/pull/87/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://github.com/bQuery/bQuery/pull/87/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://github.com/bQuery/bQuery/pull/87/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://github.com/bQuery/bQuery/pull/87/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
docs/.vitepress/config.tshttps://github.com/bQuery/bQuery/pull/87/files#diff-3def678deb1b1d5a53948eb8491817dde4dc881e032e785fc61cc93d334eefcd
View file https://github.com/bQuery/bQuery/blob/42169c07e1e075bd410e4492bef7996202f7faa8/docs/.vitepress/config.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/87/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/87/files#diff-3def678deb1b1d5a53948eb8491817dde4dc881e032e785fc61cc93d334eefcd
https://github.com/bQuery/bQuery/pull/87/files#diff-3def678deb1b1d5a53948eb8491817dde4dc881e032e785fc61cc93d334eefcd
docs/guide/server.mdhttps://github.com/bQuery/bQuery/pull/87/files#diff-243ae54884e2f05bcd55e5576bca13708a9120971f955ea579b3a568658da476
View file https://github.com/bQuery/bQuery/blob/42169c07e1e075bd410e4492bef7996202f7faa8/docs/guide/server.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/87/{{ revealButtonHref }}
Please reload this pagehttps://github.com/bQuery/bQuery/pull/87/files
Please reload this pagehttps://github.com/bQuery/bQuery/pull/87/files
llms.txthttps://github.com/bQuery/bQuery/pull/87/files#diff-f43a9e2f7da89777ca234fc2f236252b27a44652586c9514b243e81bf1b19114
View file https://github.com/bQuery/bQuery/blob/42169c07e1e075bd410e4492bef7996202f7faa8/llms.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/87/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/87/files#diff-f43a9e2f7da89777ca234fc2f236252b27a44652586c9514b243e81bf1b19114
https://github.com/bQuery/bQuery/pull/87/files#diff-f43a9e2f7da89777ca234fc2f236252b27a44652586c9514b243e81bf1b19114
https://github.com/bQuery/bQuery/pull/87/files#diff-f43a9e2f7da89777ca234fc2f236252b27a44652586c9514b243e81bf1b19114
https://github.com/bQuery/bQuery/pull/87/files#diff-f43a9e2f7da89777ca234fc2f236252b27a44652586c9514b243e81bf1b19114
package.jsonhttps://github.com/bQuery/bQuery/pull/87/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
View file https://github.com/bQuery/bQuery/blob/42169c07e1e075bd410e4492bef7996202f7faa8/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/87/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/87/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://github.com/bQuery/bQuery/pull/87/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
src/full.tshttps://github.com/bQuery/bQuery/pull/87/files#diff-3061502541780be549a3418b68cb60d2fbe8fc17f84f6ec533ce6bd0ab4eb95b
View file https://github.com/bQuery/bQuery/blob/42169c07e1e075bd410e4492bef7996202f7faa8/src/full.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/87/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/87/files#diff-3061502541780be549a3418b68cb60d2fbe8fc17f84f6ec533ce6bd0ab4eb95b
src/index.tshttps://github.com/bQuery/bQuery/pull/87/files#diff-a2a171449d862fe29692ce031981047d7ab755ae7f84c707aef80701b3ea0c80
View file https://github.com/bQuery/bQuery/blob/42169c07e1e075bd410e4492bef7996202f7faa8/src/index.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/87/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/87/files#diff-a2a171449d862fe29692ce031981047d7ab755ae7f84c707aef80701b3ea0c80
Please reload this pagehttps://github.com/bQuery/bQuery/pull/87/files
Please reload this pagehttps://github.com/bQuery/bQuery/pull/87/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.