Closed 4F2E4A2E closed 5 years ago
Hi @4F2E4A2E
There was a typo in the Readme file. The npm module rxdata
is an old version of this module. It was renamed to @creately/rxdata
. The typo was fixed in https://github.com/creately/rxdata/pull/45
I believe the error came up because it was used inside nodejs. https://github.com/creately/rxdata/issues/44#issuecomment-383021008
Hi there 👋
const db = new Database('xyz');
is not working as described in the readmeError:(9, 25) TS2345: Argument of type '"xyz"' is not assignable to parameter of type 'DatabaseOptions'.
And following error without the parameter:
const db = new Database();
version 3.2.1