0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00
Commit graph

7295 commits

Author SHA1 Message Date
bholmesdev
f1fb0259ae feat: migrations now working! 2024-01-26 22:11:02 -05:00
bholmesdev
49b82a0e7d refactor: clean up types 2024-01-26 22:11:02 -05:00
bholmesdev
87230f6982 feat: expose Model.table 2024-01-26 22:11:02 -05:00
bholmesdev
500effd3fc refactor: set -> seed 2024-01-26 22:11:02 -05:00
bholmesdev
34c7639149 chore: move basics to new data set 2024-01-26 22:11:02 -05:00
bholmesdev
1c25081767 feat: glob support with { db, table } signature 2024-01-26 22:11:02 -05:00
bholmesdev
83933143ac deps: chokidar, drizzle 2024-01-26 22:11:02 -05:00
bholmesdev
6e2513f276 refactor: rewrite to injected set() function 2024-01-26 22:11:02 -05:00
bholmesdev
285244e3d4 fix: just infer insert keys for now 2024-01-26 22:10:27 -05:00
bholmesdev
efafea2a96 wip: data() -> set() concept 2024-01-26 22:10:27 -05:00
Matthew Phillips
f66b9df1c2 0.1.15 2024-01-26 15:42:53 -05:00
Matthew Phillips
23eaa88192 0.1.7 2024-01-26 14:33:19 -05:00
Matthew Phillips
4a1a2f980b 0.1.6 2024-01-26 14:22:23 -05:00
Matthew Phillips
9f5e9bb4b2 Expose the database to the build output 2024-01-26 14:21:51 -05:00
Matthew Phillips
69a4d72025 0.1.5 2024-01-26 14:18:15 -05:00
Matthew Phillips
7536e18a68 Grab the dbUrl from the environment 2024-01-26 14:17:26 -05:00
Matthew Phillips
93100c6a7c 0.1.4 2024-01-26 13:16:52 -05:00
Matthew Phillips
26a326adcc Create a runtime version of createRemoteDatabaseClient 2024-01-26 13:16:17 -05:00
Matthew Phillips
aabb50afa9 0.1.3 2024-01-25 14:47:02 -05:00
bholmesdev
85358de062 fix: use Extract to narrow keyof to strings 2024-01-25 11:53:45 -05:00
bholmesdev
253ad9bc2d feat(test): recipes example 2024-01-25 11:49:44 -05:00
bholmesdev
4864057f39 feat: scrappy global data() prototype 2024-01-25 11:49:36 -05:00
Fred K. Schott
ebda4e913c cleanup old copy paste code 2024-01-25 03:33:37 -08:00
Fred K. Schott
d0102e6725 add simple db shell 2024-01-25 03:01:12 -08:00
Fred K. Schott
2c897aea2a cleanup primary key support, db push 2024-01-25 03:00:56 -08:00
Fred K. Schott
f249be392f improve snapshot parsing support 2024-01-24 16:41:19 -08:00
Fred K. Schott
7c786276f5 add primaryKey support 2024-01-24 16:30:30 -08:00
Fred K. Schott
65696de832 format 2024-01-24 16:07:35 -08:00
bholmesdev
bfd2706378 feat: better Table object for type inference 2024-01-24 18:40:09 -05:00
Nate Moore
76f8c76ea8 chore: temporarily remove Table type 2024-01-24 17:11:12 -06:00
Nate Moore
be81d53bef chore: update lockfile 2024-01-24 16:37:21 -06:00
bholmesdev
3da918166c wip: build a table type 2024-01-24 16:36:50 -06:00
Matthew Phillips
648b7708ba 0.1.2 2024-01-24 16:36:50 -06:00
Fred K. Schott
7a5876034e fix getPackage for db package 2024-01-24 16:36:50 -06:00
bholmesdev
2a105adf52 feat: db push --token for GitHub CI secrets 2024-01-24 16:36:50 -06:00
Matthew Phillips
2dc8331b59 Give a help message when no db command is provided 2024-01-24 16:36:50 -06:00
Matthew Phillips
603bc846aa Add a main field 2024-01-24 16:36:50 -06:00
bholmesdev
846088e7bf feat: basic glob fixture 2024-01-24 16:36:50 -06:00
bholmesdev
0e428df67a fix: support promise response from data() 2024-01-24 16:36:50 -06:00
Matthew Phillips
c94ddd0c09 Fixes merge issues with main 2024-01-24 16:36:50 -06:00
Matthew Phillips
ebbbb64899 Add config-augment.d.ts to published artifacts" 2024-01-24 16:36:28 -06:00
Matthew Phillips
0c67236099 0.1.0 2024-01-24 16:36:28 -06:00
Matthew Phillips
acab415852 Removed unused deps 2024-01-24 16:36:28 -06:00
Nate Moore
53f513e3d8 chore: add dev dependency on db 2024-01-24 16:36:28 -06:00
bholmesdev
1033ae5428 chore: remove blank README 2024-01-24 16:36:27 -06:00
bholmesdev
d81d5ef5a8 chore: delete README contents (now on Notion) 2024-01-24 16:36:27 -06:00
bholmesdev
674fae454d fix: warn writable collections when studio false 2024-01-24 16:36:27 -06:00
Fred K. Schott
10c434d257 fix remote db bugs 2024-01-24 16:36:27 -06:00
Fred K. Schott
622843f909 add migrations table to db 2024-01-24 16:36:27 -06:00
Fred K. Schott
f85e8cd897 migrate seed data to new db push command 2024-01-24 16:36:27 -06:00