410 packages
db-auto
@db-auto/dal
@db-auto/environments
@db-auto/files
@db-auto/mocks
Create table sql and mock data for those for test mocks
@db-auto/mysql
@db-auto/oracle
@db-auto/postgres
SELECT table_name FROM information_schema.tables WHERE table_schema = 'public';
@db-auto/tables
@db-auto/utils
dbpath
Helps with automation of database scripts. Makes it much easier to query a database using an approach like jpath or xpath. Can be called from command line/scripts and produces either column data or json for tools like jq.
@dbpath/cleanconfig
@dbpath/config
@dbpath/dal
@dbpath/environments
@dbpath/files
@dbpath/fixtures
@dbpath/mocks
Create table sql and mock data for those for test mocks
@dbpath/mysql
@dbpath/oracle
In order to do simple pagings in versions of Oracle before 12 it was ... _incredibly_ ... painful to implement paging. Effectively impossible to do automatically for any reasonably complex select statement
@dbpath/parser
@dbpath/path
@dbpath/pathparser
@dbpath/postgres
SELECT table_name FROM information_schema.tables WHERE table_schema = 'public';
@dbpath/scripts