0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00
astro/packages/db
Erika 50ca656dba
Merge output: hybrid and output: static (#11824)
* feat: merge hybrid and static

* fix: linting

* fix: get a bunch of tests passing

* fix: make forceServerOutput optional

* fix: more tests passing

* fix: http2 test

* fix: CCC

* fix: get unit tests passing

* fix: lint

* fix: vercel

* fix: build

* fix: build

* fix: db tests

* fix: get all normal tests passing

* fix: e2e tests

* refactor: cleanup code

* fix: more tests

* fix: windows

* fix: apply feedback

* perf: do in parallel

* fix: tests

* fix: tests, for real

* fix: make server islands tests server-rendered

* fix: apply feedback

* nit: remove unnecessary file

* fix: test remove test that abuse prerender logic

* fix: ensure image endpoint is there on dev reload
2024-09-07 01:07:09 +02:00
..
src Merge output: hybrid and output: static (#11824) 2024-09-07 01:07:09 +02:00
test Merge output: hybrid and output: static (#11824) 2024-09-07 01:07:09 +02:00
CHANGELOG.md [ci] release (alpha) (#11910) 2024-09-04 12:44:20 +01:00
index.d.ts fix: move db ambient types to separate module (#10340) 2024-03-06 08:30:45 -05:00
package.json [ci] release (alpha) (#11910) 2024-09-04 12:44:20 +01:00
README.md Add minimal @astrojs/db readme (#10331) 2024-03-05 08:36:37 -05:00
tsconfig.json refactor: rename "config" file to "virtual" (#10638) 2024-04-02 18:13:18 -04:00
tsconfig.virtual.json refactor: rename "config" file to "virtual" (#10638) 2024-04-02 18:13:18 -04:00
virtual.d.ts Import Database type from correct file (#11262) 2024-06-14 16:29:21 -04:00

@astrojs/db (experimental) 💿

This Astro integration enables the usage of SQLite in Astro Projects.

Documentation

Read the @astrojs/db docs

Support

Contributing

This package is maintained by Astro's Core team. You're welcome to submit an issue or PR! These links will help you get started:

License

MIT

Copyright (c) 2023present Astro