![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Small utility that helps to find a way out of a relational db dependency labyrinth
Teseo reads a directory that contains a relational db schema defined in several config files.
Each config file defines a table, therefore it has a property that has a name and another optional property in case the table has master tables.
Teseo will provide the order in which the tables should be created in a db to avoid issues around a detail not having a master.
Teseo is the spanish name for the mythical greek king Theseus. He managed to find his way in the Labyrinth, similar to the library finding the order of the files.
Nodejs v10.0.0+ is needed. Teseo has not been tested against earlier versions.
git clone https://github.com/dllatas/teseo.git
cd teseo
npm start
Global flag needed so it can be used as a CLI tool without the need for npm link
. Discard global flag if it will be used as a module.
npm i -g teseo
teseo --help
const teseo = require('teseo');
const result = await teseo({
dir: '/home/db-schema',
format: 'yaml',
})
git checkout release
git checkout -b ${relevant-name}/working
Work in Progress
FAQs
Small utility that helps to find a way out of a relational db dependency labyrinth
We found that teseo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.