Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: sqlite JSON support #5088

Merged
merged 28 commits into from
Dec 18, 2024
Merged

feat: sqlite JSON support #5088

merged 28 commits into from
Dec 18, 2024

Conversation

jacek-prisma
Copy link
Contributor

@jacek-prisma jacek-prisma commented Dec 16, 2024

Copy link

codspeed-hq bot commented Dec 16, 2024

CodSpeed Performance Report

Merging #5088 will not alter performance

Comparing feat/sqlite-json (92b25f5) with main (11f085a)

Summary

✅ 11 untouched benchmarks

Copy link
Contributor

github-actions bot commented Dec 16, 2024

WASM Query Engine file Size

Engine This PR Base branch Diff
Postgres 2.083MiB 2.081MiB 2.625KiB
Postgres (gzip) 837.551KiB 836.528KiB 1.024KiB
Mysql 2.048MiB 2.046MiB 2.629KiB
Mysql (gzip) 823.608KiB 822.832KiB 795.000B
Sqlite 1.961MiB 1.944MiB 17.837KiB
Sqlite (gzip) 788.278KiB 781.924KiB 6.354KiB

@jacek-prisma jacek-prisma added this to the 6.1.0 milestone Dec 16, 2024
@jacek-prisma jacek-prisma marked this pull request as ready for review December 16, 2024 17:08
@jacek-prisma jacek-prisma requested a review from a team as a code owner December 16, 2024 17:08
@jacek-prisma jacek-prisma requested review from aqrln and removed request for a team December 16, 2024 17:08
@jkomyno jkomyno requested review from jkomyno and removed request for aqrln December 16, 2024 19:22
@jkomyno jkomyno removed this from the 6.1.0 milestone Dec 17, 2024
@aqrln aqrln added this to the 6.2.0 milestone Dec 18, 2024
@jacek-prisma jacek-prisma merged commit 3dc72ed into main Dec 18, 2024
368 checks passed
@jacek-prisma jacek-prisma deleted the feat/sqlite-json branch December 18, 2024 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Json field type in SQLite
3 participants