Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

PgTyped

Making it possible to use raw SQL in TypeScript with guaranteed type-safety.
Collective - Host: opensource - https://opencollective.com/pgtyped - Code: https://github.com/adelsz

Update example queries

github.com/adelsz/pgtyped - d3cc89d52a20da7b71c93c3d5e7e23c518e63b53 authored over 4 years ago by Adel <[email protected]>
remove @types/camel-case (#140)

Thanks @mudrz! You don't need to update the `package.lock` as it is never bundled with libraries.

github.com/adelsz/pgtyped - a3d251b75051ec9ae888533356a08b8cf9c41769 authored over 4 years ago by mudrz <[email protected]>
Update all non-major dependencies (#77)

Co-authored-by: Renovate Bot <[email protected]>

github.com/adelsz/pgtyped - be7ea103b9b5f3fc14b0ad32b14536e61fdf094b authored over 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configure Renovate (#136)

github.com/adelsz/pgtyped - 4198b954abc99a9b20d9ec0b4ef53ae4c614dd25 authored over 4 years ago by Adel Salakh <[email protected]>
#121 columns without nullable info should be nullable (#126)

github.com/adelsz/pgtyped - 52fc20ff59bcdf6a510a400dd3a71cf7657c7c4a authored over 4 years ago by Vladislav Botvin <[email protected]>
Add more examples for books queries

github.com/adelsz/pgtyped - b32f559b44f9708d98fe750550e5a342d8d94a53 authored over 4 years ago by Adel <[email protected]>
extend types with bpchar (#129)

bpchar (blank padded char) is the internal name of char and without this the cli fails, because ...

github.com/adelsz/pgtyped - 4960191f1addc921be1370fe5c6dcb82dbc7fc13 authored over 4 years ago by mudrz <[email protected]>
Add UpdateBooks example with comma

github.com/adelsz/pgtyped - 0113b4db86bb0be2566316ccba07d2b91a0eb956 authored over 4 years ago by Adel <[email protected]>
Bump lodash from 4.17.15 to 4.17.19 (#127)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](htt...

github.com/adelsz/pgtyped - d1afa858e6b8ad5af6255f9ae27c5e7a7b9a006d authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix underscore query parsing and empty pick spread issues

github.com/adelsz/pgtyped - b449097c54886fec9174c2b7e1e24a799452697b authored over 4 years ago by Adel <[email protected]>
fix int8 casting (#116)

github.com/adelsz/pgtyped - 1ec837cb1311bff843b2c1091edd506217a5b9ff authored over 4 years ago by Vladislav Botvin <[email protected]>
Improve query parsing (#115)

* Fix empty query parsing for TS queries

* Make nested param types nullable

* Update GH tr...

github.com/adelsz/pgtyped - 3e304e5cea6745418b3a9c42b4f952d8562f7be7 authored over 4 years ago by Adel Salakh <[email protected]>
Merge pull request #114 from adelsz/better-ts-parser

Improved TS query parser

github.com/adelsz/pgtyped - e11cdd1b71d0da64cdd9d3f1febcfa480c1d4ab5 authored over 4 years ago by Adel Salakh <[email protected]>
Add chalk to query pkg deps

github.com/adelsz/pgtyped - 54e7c73f892b1282f9ea6f54c5c025bc5374b8b0 authored over 4 years ago by Adel <[email protected]>
Fix generator tests

github.com/adelsz/pgtyped - 8bbe8735960a1ca510dbdc993253a8c35b4f5a9c authored over 4 years ago by Adel <[email protected]>
Linter cleanup

github.com/adelsz/pgtyped - 249d8f20ccd1710fa83eceb2a621041efb8e5332 authored over 4 years ago by Adel <[email protected]>
Merge remote-tracking branch 'origin/master' into better-ts-parser

github.com/adelsz/pgtyped - df29603afd316ea1fc430d066cec7840caba6499 authored over 4 years ago by Adel <[email protected]>
Merge branch 'sql-in-ts-pick-only' into better-ts-parser

github.com/adelsz/pgtyped - cd2c47981957b95844fca6050eced31a5f8e6a7d authored over 4 years ago by Adel <[email protected]>
Better ts parser (WIP)

github.com/adelsz/pgtyped - be9a3516b6a69ff6442b5bcb459f07ab1d87128d authored over 4 years ago by Adel <[email protected]>
Merge pull request #110 from darky/master

config camelCaseColumnNames support (#107)

github.com/adelsz/pgtyped - e84eb080c10cce94e810d66e41985f0fd93b8a5c authored over 4 years ago by Adel Salakh <[email protected]>
Fix npm badge

github.com/adelsz/pgtyped - 2810324e79bd6274004614ed381377ac80a299aa authored over 4 years ago by Adel Salakh <[email protected]>
config camelCaseColumnNames support (#107)

github.com/adelsz/pgtyped - 7efd53fab4e7b8510fe33c5f99dd3cd4feea059e authored over 4 years ago by Vladislav Botvin <[email protected]>
Merge pull request #109 from adelsz/adelsz-patch-1

Fix bigint and bigserial casting

github.com/adelsz/pgtyped - 0cd82eb986b9f08dc5a487f5e6d3de16c8212ee3 authored over 4 years ago by Adel Salakh <[email protected]>
Fix bigint and bigserial casting

Postgres `bigint` and `bigserial` should be casted to TS `string`
#108

github.com/adelsz/pgtyped - 032905180417c81f874733a82e3868ff389976b6 authored over 4 years ago by Adel Salakh <[email protected]>
Merge pull request #104 from adelsz/renovate/jest-26.x

Update dependency @types/jest to v26

github.com/adelsz/pgtyped - 09c8cfe042ed850f30781649674ae415cdb0e591 authored over 4 years ago by Adel Salakh <[email protected]>
Update dependency @types/jest to v26

github.com/adelsz/pgtyped - 2862d15073c425dced423ac1f92d26bb1bd8b677 authored over 4 years ago by Renovate Bot <[email protected]>
Merge pull request #101 from adelsz/fix-multiple-param-uses

Fix queries with parameters used multiple times

github.com/adelsz/pgtyped - 272aad68e74434c1865940343e80ee157dc5617b authored over 4 years ago by Adel Salakh <[email protected]>
sql-in-ts pick without spread does not work

Signed-off-by: Silas Davis <[email protected]>

github.com/adelsz/pgtyped - 65145398ea9f2b95b675d3fb6b7bc96ca784fcc3 authored over 4 years ago by Silas Davis <[email protected]>
Fix queries with parameters used multiple times

github.com/adelsz/pgtyped - b7ee3cac111b29466b8ea751b87ee55ce5e3d4df authored over 4 years ago by Adel <[email protected]>
Allow JS config (#98)

github.com/adelsz/pgtyped - 97ccb9a9534414258a2bd68be99578e36fe1bb61 authored over 4 years ago by Michał Miszczyszyn <[email protected]>
Update grammar to allow ignored comments (#96)

github.com/adelsz/pgtyped - 01e3dde59cf4c1942b9c7da43d360fc75ac04331 authored over 4 years ago by Adel Salakh <[email protected]>
Update README

github.com/adelsz/pgtyped - db3ac238cab76bc013f17a9491b096953d3b735a authored over 4 years ago by Adel <[email protected]>
Pin dependencies (#93)

* New documentation page (#92)

* Add TS as peer dependency to the query package

* Add new ...

github.com/adelsz/pgtyped - aa3d33246000dd324e8b26c63cf881bbdd4a8b2a authored over 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
New documentation page (#92)

* Add TS as peer dependency to the query package

* Add new documentation website

* Fix GH url

github.com/adelsz/pgtyped - 07894c990acea0ff0ecc86da22c0883e7e3c9fae authored over 4 years ago by Adel Salakh <[email protected]>
Support intervals (#89)

Signed-off-by: Silas Davis <[email protected]>

github.com/adelsz/pgtyped - c151c3a7a5d76eb26aedaae32c3161f82ef78a36 authored over 4 years ago by Silas Davis <[email protected]>
Add typescript to query package peer deps (#88)

github.com/adelsz/pgtyped - 707f9ab6629f63898d36fc2f4592defd86f73676 authored over 4 years ago by Adel Salakh <[email protected]>
Add citext, network, and void types (#85)

github.com/adelsz/pgtyped - 144eb4649de041e78a52a96b9a28bb5de8257bbd authored over 4 years ago by Dave Cardwell <[email protected]>
Disconnect client in example (#82)

This is done in order to adhere to `node-postgres` simple example as can be seen here - https://...

github.com/adelsz/pgtyped - 8594747f2afe48e5356cada1cdb4399e2aa9c720 authored over 4 years ago by Adam Ochayon <[email protected]>
Update README.md typo (#81)

github.com/adelsz/pgtyped - a6c147cd7e3694d4070f8acf41f8f40063a5bcd3 authored over 4 years ago by Cameron Ellis <[email protected]>
Fix another unhandled exception and provide early fatal failure via (#78)

fail-on-error

Signed-off-by: Silas Davis <[email protected]>

github.com/adelsz/pgtyped - 2b5705550d8b992db10022fd8da250c70d9a5d68 authored over 4 years ago by Silas Davis <[email protected]>
Merge pull request #80 from silasdavis/order-dependence

Add test case for order-dependence of parameters

github.com/adelsz/pgtyped - 0ca761091980c610ff7765a49e3c156647a722b8 authored over 4 years ago by Adel Salakh <[email protected]>
Fix array spread order dependence bug

Fix array spread order dependence bug in TS based queries

github.com/adelsz/pgtyped - aae243d4eca5a7c74edfcd69917fc25076f24515 authored over 4 years ago by Adel <[email protected]>
Fix bindings for Deno 1.0.1

github.com/adelsz/graphql-deno - 2ad661b279185258231e6921f2f8373b3ff4b871 authored over 4 years ago by Adel <[email protected]>
Update readme example

github.com/adelsz/graphql-deno - 3ee37f93d738d9b7dada09d298d78b671e9b5659 authored over 4 years ago by Adel <[email protected]>
Add test to readme

github.com/adelsz/graphql-deno - 67092b30354b65b70223c3933861e80266624625 authored over 4 years ago by Adel <[email protected]>
Add graphql-js license

github.com/adelsz/graphql-deno - 9b0e47d8d7edf88fbab0a14cf41d3f0a50c6c37e authored over 4 years ago by Adel <[email protected]>
Update README

github.com/adelsz/graphql-deno - 425efe87a4aab181a808673b0dbe07ef4fefb56e authored over 4 years ago by Adel Salakh <[email protected]>
Add graphql-js v15.0.0

github.com/adelsz/graphql-deno - 79353a7403b2f8ad11bf86c32116f8cfea773027 authored over 4 years ago by Adel <[email protected]>
Add test case for order-dependence of parameters

Signed-off-by: Silas Davis <[email protected]>

github.com/adelsz/pgtyped - 5027ebd7b894ecc57a6bbddbf5796ea50302a94a authored over 4 years ago by Silas Davis <[email protected]>
Reconfigure Renovate: group deps together (#76)

github.com/adelsz/pgtyped - 9d8cb688218869051cfd8616b877e70c380f0e04 authored over 4 years ago by Adel Salakh <[email protected]>
Update dependency @types/jest to v25.2.2 (#72)

Co-authored-by: Renovate Bot <[email protected]>

github.com/adelsz/pgtyped - c560c87ce1146b97af9ac067460f94aa34989c1f authored over 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency lerna to v3.21.0 (#70)

Co-authored-by: Renovate Bot <[email protected]>

github.com/adelsz/pgtyped - b81d7017b36181e00d39837727b44048546d1414 authored over 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency ts-jest to v26 (#74)

Co-authored-by: Renovate Bot <[email protected]>

github.com/adelsz/pgtyped - c6b3b53a2680feac9780d4dfb5697149c19c40dd authored over 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency pg to v8.2.1 (#71)

Co-authored-by: Renovate Bot <[email protected]>

github.com/adelsz/pgtyped - 84bb0c6c6a5314acc0f0d2c82036a32a55880169 authored over 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency @types/node to v13.13.6 (#69)

Co-authored-by: Renovate Bot <[email protected]>

github.com/adelsz/pgtyped - b2c8acf0ba8daa5d2f8d6092531cfe9db98434b0 authored over 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Pin dependency ts-node to 8.10.1 (#67)

Co-authored-by: Renovate Bot <[email protected]>

github.com/adelsz/pgtyped - fa827d0a6715b0e5e5a017a6f9adb54b78747a69 authored over 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Use unions to represent Postgres enum types (#66)

This provides assignability between enum-mapped types from different
query files where Typescri...

github.com/adelsz/pgtyped - eb931d510d4324a33fb296d5769f7ab9b84e6d75 authored over 4 years ago by Silas Davis <[email protected]>
Update README

github.com/adelsz/pgtyped - d99453afbc80844bf538ebd917bdbfa025dbcc53 authored over 4 years ago by Adel Salakh <[email protected]>
Emit type declarations for Typescript too (#64)

Accidentally forgot to pass types. Remove default.

Signed-off-by: Silas Davis <[email protected]>

github.com/adelsz/pgtyped - 5b8d3e55f67b17a255b7ff0ea24b1502e3c65636 authored over 4 years ago by Silas Davis <[email protected]>
Update dependency ts-jest to v25.5.1 (#63)

Co-authored-by: Renovate Bot <[email protected]>

github.com/adelsz/pgtyped - ca53a62752cab99ab591f8aacbc73692acf7b8c3 authored over 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency pg to v8.1.0 (#61)

Co-authored-by: Renovate Bot <[email protected]>

github.com/adelsz/pgtyped - a64b1a2d8125fc836993f31ac06801774aa50245 authored over 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Implement support for Postgres enums (#59)

* Implement support for Postgres enums

This allows pgtyped to generate code from queries invo...

github.com/adelsz/pgtyped - 0d87ab0222d43887894772815d7ef4155c392c0d authored over 4 years ago by Silas Davis <[email protected]>
Update dependency ts-jest to v25.5.0 (#58)

Co-authored-by: Renovate Bot <[email protected]>

github.com/adelsz/pgtyped - d38230ba24e315fef22c8418df1cf1473cb8c1e3 authored over 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency @types/node to v13.13.5 (#57)

Co-authored-by: Renovate Bot <[email protected]>

github.com/adelsz/pgtyped - e741dd12bed176cc6d21d9f027ebae05c93c19b9 authored over 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Disable fatal errors in generation routines

github.com/adelsz/pgtyped - 343c4a15040214dccfae3531a18a5f339d3c6410 authored over 4 years ago by Adel <[email protected]>
Update dependency jest to v26 (#52)

Co-authored-by: Renovate Bot <[email protected]>

github.com/adelsz/pgtyped - e1d4122471de260cf59730f3c409bbf042d2093e authored over 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Support additional Postgres types (#51)

Add supports for:
- json
- jsonb
- time
- timetz
- timestamp
- timestamptz
- bytea

To ...

github.com/adelsz/pgtyped - 2bff933b962acb8a8582e75799474ce063414d63 authored over 4 years ago by Silas Davis <[email protected]>
Fix cast operator parsing (#56)

github.com/adelsz/pgtyped - 34bf9059013a11b44411636e55259dde46c7a4a7 authored over 4 years ago by Adel Salakh <[email protected]>
Upgrade inquirer related deps

github.com/adelsz/inquirer-fuzzy-path - edbab36c044def22c931072fed4e9769bc51c98b authored over 4 years ago by Adel <[email protected]>
Apply dep security fixes

github.com/adelsz/inquirer-fuzzy-path - 13ed26d97bbf25166fbd5e846b47bee8bd671223 authored over 4 years ago by Adel <[email protected]>
Update dependency jest to v25.5.4 (#49)

Co-authored-by: Renovate Bot <[email protected]>

github.com/adelsz/pgtyped - daabfda71488e5aefec6ec248671f6c06bca040e authored over 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Fix CLI dep issue

github.com/adelsz/pgtyped - 5045dce6be88049678d3ee2b2064d4c3b436c373 authored over 4 years ago by Adel <[email protected]>
Update dependency jest to v25.5.3 (#44)

Co-authored-by: Renovate Bot <[email protected]>

github.com/adelsz/pgtyped - 4b2a030705620f7ca5cece374f1f5e6c1d1f2860 authored over 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Add void type to nullable params

github.com/adelsz/pgtyped - 7cba5ae882466c450bb455d892f1d4b111eb0978 authored over 4 years ago by Adel <[email protected]>
Pin dependency nunjucks to 3.2.1 (#48)

Co-authored-by: Renovate Bot <[email protected]>

github.com/adelsz/pgtyped - c37373c0edef676fdd5dc81133bd5ee5f350369c authored over 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Add "emitTemplate" config option (#47)

github.com/adelsz/pgtyped - b9c32f559d0e21f49b68f74feae13b9ff0652b29 authored over 4 years ago by Adel Salakh <[email protected]>
Improve CLI configuration options (#43)

* Add port config option

* Add env variable support

* Better error reporting on startup

...

github.com/adelsz/pgtyped - f50c810b34b05a06b55510b18f6754aecc882881 authored over 4 years ago by Adel Salakh <[email protected]>
Update dependency jest to v25.5.2 (#41)

Co-authored-by: Renovate Bot <[email protected]>

github.com/adelsz/pgtyped - 69b8ee1e66fafc888c638a224db00a7be644903f authored over 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update Renovate Configuration (#42)

github.com/adelsz/pgtyped - bfd5c70f251167ca19e65bf1f5066d92c3fd7ea3 authored over 4 years ago by Adel Salakh <[email protected]>
Update dependency jest to v25.5.1 (#40)

Co-authored-by: Renovate Bot <[email protected]>

github.com/adelsz/pgtyped - 9d4cb21d9195ff971628d76a1192040659991981 authored over 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency @types/node to v13.13.4 (#37)

Co-authored-by: Renovate Bot <[email protected]>

github.com/adelsz/pgtyped - 52baa044ab128cd0bc185456c7723788fc55647f authored over 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency tslint to v6.1.2 (#38)

Co-authored-by: Renovate Bot <[email protected]>

github.com/adelsz/pgtyped - dca8378d979fdaf3a0b12c72f85d890551edbd5a authored over 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Fix double quote parsing (#34)

github.com/adelsz/pgtyped - e744b1ce5e8e7b0fe52d8e77e18acf5a1eea6606 authored over 4 years ago by Adel Salakh <[email protected]>
Update dependency pg to v8.0.3 (#31)

Co-authored-by: Renovate Bot <[email protected]>

github.com/adelsz/pgtyped - dd4b5283bd70a7e5084e8929805b07cd865feb25 authored over 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>