4.0.0 • Published 2 years ago

table-access v4.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
2 years ago

table-access is a library that allows for simple access to PostgreSQL data in real time. You may subscribe to a table with a filter and everytime a row in that table is inserted, updated or deleted you will be notified.

Also this library supports easy transactionale manipluation of data via the same filter API.

automated tests

NEVER commit something that breaks the build! If you do, you suck. You can easily prevent this by linking the test.sh script as a git pre-push or pre-commit hook!

like this:

ln test.sh .git/hooks/pre-commit

If you use a git commit hook for testing, you may also bypass this hook with the --no-verify or -n option of git commit, like this:

git commit -nm'some commit message'
3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

4.0.0

2 years ago

2.0.0

5 years ago

1.2.7

5 years ago

1.2.6

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.0

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago