Commit Graph

112 Commits

Author SHA1 Message Date
Chance Hudson
7486d883f5 chore: rebase cleanup, lint 2021-03-25 00:29:47 -05:00
Chance Hudson
d28546b597 docs: create database readme 2021-03-25 00:29:07 -05:00
Chance Hudson
520d25c7d7 refactor: remove ensureIndex 2021-03-25 00:29:05 -05:00
Chance Hudson
c842da165e chore: transaction tests 2021-03-25 00:29:02 -05:00
Chance Hudson
233e7fbcec refactor: split db tests to multiple files 2021-03-25 00:29:00 -05:00
Chance Hudson
f9bbd19a78 refactor: remove orderBy, limit from delete operations 2021-03-25 00:28:58 -05:00
Chance Hudson
594a66aabc fix: deleteMany, add tests 2021-03-25 00:28:56 -05:00
Chance Hudson
be8b176c03 feat: database transactions
fix upserts, allow constraintKey specification
2021-03-25 00:28:52 -05:00
Chance Hudson
986a9148b2 refactor: use single SQL command for upsert, return integer instead of objects 2021-03-25 00:28:49 -05:00
Chance Hudson
2ed161f988 refactor: properly type the schema 2021-03-25 00:28:42 -05:00
Chance Hudson
d5ad6355b8 fix: re-enable primary keys in db 2021-03-25 00:28:35 -05:00
Chance Hudson
79bd1dfe7d fix: fix race conditions 2021-03-25 00:28:35 -05:00
Chance Hudson
ce2cdda79e fix: re-enable postgres support 2021-03-25 00:28:34 -05:00
Chance Hudson
c2b2f87634 feat: postgres db support 2021-03-25 00:28:33 -05:00
Chance Hudson
5dc4ec6250 refactor: move sql generation to helpers 2021-03-25 00:28:33 -05:00
Chance Hudson
c46ae72815 refactor: create shared sql functions 2021-03-25 00:28:32 -05:00
Chance Hudson
476fa8cafd fix: update null handling 2021-03-25 00:28:03 -05:00
Chance Hudson
1d55d9ad4b fix: upsert creation bug 2021-03-25 00:28:01 -05:00
Chance Hudson
4d972930ae fix: linter 2021-03-25 00:27:59 -05:00
Chance Hudson
d4c3e00c51 fix: schema, add mutex lock for access 2021-03-25 00:26:27 -05:00
Chance Hudson
ca3bd007e5 fix: misc bugs, functional tree tests 2021-03-25 00:26:20 -05:00
Chance Hudson
bd97fa15df refactor: use db connector interface 2021-03-25 00:26:14 -05:00
Chance Hudson
89a62faced refactor: preset method, return objects from create/upsert 2021-03-25 00:26:13 -05:00
Chance Hudson
4244fcb07f feat: exported types, lt/gt/etc operators 2021-03-25 00:26:11 -05:00
Chance Hudson
d8e67182ad feat: type generation 2021-03-25 00:26:07 -05:00
Chance Hudson
15beb6ee84 chore: test coverage 2021-03-25 00:26:04 -05:00
Chance Hudson
de643e8a30 feat: deletion functions 2021-03-25 00:26:02 -05:00
Chance Hudson
bc29b7d416 fix: lint, wip delete operations 2021-03-25 00:26:00 -05:00
Chance Hudson
551d06a2a4 fix: linter 2021-03-25 00:25:58 -05:00
Chance Hudson
b5aceeff3f feat: basic database tests 2021-03-25 00:25:54 -05:00
Chance Hudson
4057ea5a76 feat: parse json objects from db 2021-03-25 00:25:52 -05:00
Chance Hudson
50db83f000 feat: nested related model loading 2021-03-25 00:25:50 -05:00
Chance Hudson
a89f47903a refactor: argument structure 2021-03-25 00:25:47 -05:00
Chance Hudson
55ea8c448a feat: orderBy in findMany 2021-03-25 00:25:45 -05:00
Chance Hudson
df760c51ff fix: lint 2021-03-25 00:25:41 -05:00
Chance Hudson
58080c9e4b feat: first draft sqlite db support 2021-03-25 00:25:38 -05:00
Chance Hudson
2cc64ee290 feat: wip sqlite database connector, schema parser 2021-03-25 00:25:36 -05:00
Wanseob Lim
c7e4ad1c5c refactor(database): replace nanosql with prisma
closes #18;
2020-06-06 23:15:19 +09:00
Wanseob Lim
75926ff403 fix(database): query and schema 2020-06-04 12:22:41 +09:00
Wanseob Lim
281bae1af0 v0.0.4 2020-05-23 03:39:26 +09:00
Wanseob Lim
be052d05f5 feat(cli-wallet): divide configurator and applicatoin
closes #3; #9;
2020-05-23 03:37:19 +09:00
Wanseob Lim
f04ae1a6d1 v0.0.3 2020-05-20 02:15:36 +09:00
Wanseob Lim
fdee0fa1d2 v0.0.2 2020-05-20 02:09:56 +09:00
Wanseob Lim
eb6481072d fix: package scripts 2020-05-20 02:08:23 +09:00
Wanseob Lim
0fa4c35186 v0.0.2-alpha.0 2020-05-20 01:47:36 +09:00
Wanseob Lim
49fb632fb1 chore: prep release 2020-05-20 01:47:00 +09:00
Wanseob Lim
40e06772e7 fix(database): table schema foreign keys 2020-05-19 18:45:19 +09:00
Wanseob Lim
bdc7d55d1b feat(zk-wizard): add cli feature 2020-05-17 03:03:47 +09:00
Wanseob Lim
7602380c5a chore(database): make preset queries have correct args definition 2020-05-12 01:09:43 +09:00
Wanseob Lim
c9711d4a16 chore: fix build config 2020-05-07 19:50:38 +09:00