{"library":"db-info","type":"library","category":null,"description":"The `db-info` package is a Node.js utility designed to provide a database-agnostic interface for retrieving relational database metadata, such as table and column schemas. It supports SQLite3, MySQL, PostgreSQL, and Oracle databases by leveraging older versions of `node-sqlite3`, `node-mysql`, `node-postgres`, and `node-oracle` drivers. The current and only known version is 0.0.3, last published in April 2012. Given its age and lack of updates for over a decade, this package is definitively abandoned and not actively maintained. Its API is entirely callback-based, reflecting Node.js development patterns from its release era. Key differentiators at the time were its unified interface across multiple database types for schema introspection, but it is now highly outdated compared to modern ORMs or database toolkit solutions.","language":"javascript","status":"abandoned","version":"0.0.3","tags":["javascript","database","db","sqlite","mysql","PostgreSQL","oracle","db-oracle"],"last_verified":"Wed May 27","install":[{"cmd":"npm install db-info","imports":["const dbinfo = require('db-info');","const dbinfo = require('db-info');\ndbinfo.getInfo(...);"]},{"cmd":"yarn add db-info","imports":[]},{"cmd":"pnpm add db-info","imports":[]}],"homepage":null,"github":"https://github.com/nearinfinity/node-db-info","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/db-info","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/db-info/compatibility"}}