64 Commits

Author SHA1 Message Date
Ricardo Costa
a37f4f1fb8
Improve linting (#5460)
Co-authored-by: Olivier Cavadenti <olivier.cavadenti@gmail.com>
2023-07-12 22:42:57 +02:00
Olivier Cavadenti
5e747f1904 Remove LGTM (closed) 2023-07-07 13:33:00 +02:00
Olivier Cavadenti
b799561eb9
Remove DavidDM obsolete badge and add Libraries.io (#5110) 2022-04-11 23:32:37 +02:00
Igor Savin
9e1daee0f5 Fix website documentation 2022-03-13 15:54:31 +02:00
Igor Savin
e447dc1283 Fix Node.js version in readme 2022-01-16 02:47:09 +02:00
Igor Savin
0142b3bfb4
Enable CockroachDB in CI and update documentation (#4742) 2021-10-15 18:14:32 +03:00
YJ Ang
e9772b1aae
fix: mistyping in TypeScript example (#4463)
Co-authored-by: YJ Ang <yujieang@airasia.com>
2021-05-11 23:23:45 +03:00
Igor Savin
5b53a661ea
Improve ESM import support (#4350) 2021-03-11 18:49:41 +02:00
Ziyaddin Sadigov
e44b2a28bf
Colorize code snippets in readme files (#4234) 2021-01-16 17:23:29 +02:00
Igor Savin
9e8f079ef5 Improve documentation 2021-01-07 01:37:53 +02:00
Igor Savin
177938afeb
Introduce the "infamous triplet" export (#4181) 2020-12-30 22:26:08 +02:00
Igor Savin
9354eca645
Add ecosystem doc (#4183) 2020-12-28 15:35:55 +02:00
Igor Savin
5f34fc170a Documentation cleanup
Co-authored-by: Greg Gorlen <ggorlen@users.noreply.github.com>
2020-12-27 16:30:40 +02:00
Igor Savin
f6a64afaed Use GitHub Actions badge 2020-12-25 21:02:20 +02:00
Igor Savin
7ee7c2a1ee Update coveralls link 2020-12-25 20:56:09 +02:00
Michael Avila
c662dec194
Change query lab link to https (#3933) 2020-08-07 18:51:50 +03:00
Steve Kreis
ee725268d2
Update README to reflect correct handling of native map function (#3704) (#3845) 2020-05-07 17:39:52 +02:00
Igor Savin
e37aeaa31c
Prepare for 0.21.0 release (#3811) 2020-04-19 00:40:23 +02:00
Mohamed Nainar
1d5353c4a8
ES2015 (#3810) 2020-04-18 18:26:07 +02:00
Caíque de Castro Soares da Silva
e7e7a07ce9
Update url for dependencies status badge (#3736) 2020-03-19 13:07:56 +01:00
Jeremy Bernier
bd5d837abf Update deprecated dialect to client in code example (#3599)
The code sample in the README.md uses a deprecated config option. When using `dialect`, one gets the warning: "Using 'this.dialect' to identify the client is deprecated and support for it will be removed in the future. Please use configuration option 'client' instead."
2020-01-04 22:57:51 +01:00
Ahmed Ashour
dcbe5559bf The project location has moved to knex/knex (#3573) 2019-12-10 22:52:36 +01:00
Caíque de Castro Soares da Silva
fee9e49bc8 chore: Update badges (#3482) 2019-10-15 13:16:35 +02:00
Igor Savin
07b827f0a7 Add download counter 2019-06-18 01:42:43 +02:00
Igor Savin
c431ffc35a
Drop support for Node.js 6. Remove babel. (#3227) 2019-06-04 00:37:17 +02:00
Mikael Lepistö
8a9a648ae2
Docker based test dbs (#3157)
* Fixed some of the tests failing with various dialect combinations

* Setup all test databases to run in docker

* Fixed test suite and updated travis to use docker

* Fixed some tests in master and disabled oracle tests while setting everything else to work again

* Changed docker to use latest postgresql alpine image

* Re-enabled all oracledb tests

* Install oracle client libs to oracle server and copy them to travis to make node oracledb package to work

* Disabled random failing oracle tests and added test to show that oracle update in transaction does not seem to work ACID

* Update package.json

* Update package.json

* Fixed linting issues

* Fixed waiting for postgres to use the same DB image that database is using.

* Removed installing oracledb driver in travis if not needed .travis.yml

* Cleaned up package.json more

* Created static name for oracledb container to allow copying files out of it on different docker versions

* Removed webpack from deps
2019-05-13 12:21:36 +03:00
Igor Savin
a61cf2a7a0
Fix markdown for reference to upgrade instructions (#2911) 2018-11-16 13:46:17 +01:00
Igor Savin
b341a5bc42
Version upgrade guide (#2894)
* Version upgrade guide

* Use more consistent style

* Slightly improve wording

* Add reference to upgrading instructions
2018-11-16 13:44:02 +01:00
Igor Savin
132b79ed16 Add link to wiki (#2866) 2018-10-19 17:24:50 +03:00
Igor Savin
20deaa7ac1 Minor documentation fixes and updates (#2846)
* Minor documentation fixes and updates

* Few more spelling fixes
2018-10-11 19:32:05 +03:00
Bas van Schaik
d4a181994f Introduce LGTM.com badge (#2755)
Suggested by @Siilwyn: https://github.com/tgriesser/knex/issues/2731
2018-10-03 09:43:00 -04:00
Igor Savin
d76cbffa56 Remove WebSQL dialect (#2647)
* Add json support to the query builder for mysql

refs #1036

Based on #1902

* Clarify supported version

* Use native Buffer and Stream implementations

* Remove WebSQL dialect
2018-06-18 22:36:02 +03:00
Igor Savin
4a6d2873f8 stop executing tests on Node 4 and 5, update documentation. (#2451)
* general: stop executing tests on Node 4 and 5, update documentation.

* adds engines to package.json

* Update .travis.yml

* fix package.json

* Don't run tests on Node 10 yet

No prebuilt Oracle driver for Node 10 yet: https://github.com/oracle/node-oracledb/issues/901
2018-05-03 18:44:51 +03:00
Jiri Spac
69cccdc89a add link to objection ORM (#2252)
IMHO objection deserves it's spot right there beside bookshelf
2017-11-07 20:00:10 -05:00
Kasun Talwatta
da5ed96825 Adding external authentication capability when using oracledb driver (#1716)
* Adding external authentication capability as mentioned in https://github.com/oracle/node-oracledb/blob/master/doc/api.md#extauth

* Add unit test for externalAuth

* Cover the connection string part

* Update documentation

* fix spaces

* Hide the fake Oracle server error

* minor grammar changes and spaces changes
2016-11-30 09:44:43 +02:00
Adrien Becchis
1e022761d0 Add some CI badge to README (npm version, dep status) (#1130) 2016-09-16 17:23:56 -04:00
Justin Horner
62f0355e0b Update README to include MSSQL as a supported DB 2016-06-02 16:42:51 -04:00
Ian Sinnott
a8a55e9b35 Add knex query lab link to readme. 2015-08-05 18:38:37 -07:00
Afanasy Kurakin
0829e45129 Better badges using .svg 2015-05-20 07:36:23 +08:00
Tim Griesser
d5476bc930 Add gitter badge 2015-05-08 14:41:24 -04:00
Tim Griesser
3dfe1e6c94 Final cleanup for 0.8 2015-04-30 18:11:41 -04:00
Ben Drucker
7ef13ed32a Fix mistakes and syntax error in example
Also use SQLite so new users can more easily copy and paste and try it out right away
Fixes #488
2014-09-16 09:14:35 -04:00
Tim Griesser
b493f249ad SVG image for code coverage seems to be broken 2014-06-19 19:54:14 -04:00
Chesley Brown
af0ed9e3b9 Added coveralls code coverage badge 2014-06-19 20:48:24 -02:30
Tim Griesser
b8af950e47 fix a few links in the readme 2014-06-04 12:24:33 -04:00
Ilya Radchenko
c1e8ab5406 Fix typos in examples 2014-06-04 12:12:43 -04:00
Tim Griesser
08fd7483c8 Even more documentation, added .pipe to the interface 2014-06-03 14:21:31 -04:00
Tim Griesser
fc1d41b8ce continuing docs work 2014-06-03 09:29:08 -04:00
Tim Griesser
e989d0a46e Working query building eval for examples, continue working on docs 2014-06-03 01:37:19 -04:00
Tim Griesser
94e896fd41 docs work, test cleanup, adding fix for #287 2014-05-29 13:40:34 -04:00