npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

species-finder-db

v1.0.9

Published

`species-finder-db` is a Node.js project that interacts with a PostgreSQL database using Knex.js for migrations and queries. It is designed to help find and manage market species data.

Downloads

129

Readme

species-finder-db

Description

species-finder-db is a Node.js project that interacts with a PostgreSQL database using Knex.js for migrations and queries. It is designed to help find and manage market species data.

Version

1.0.0

License

MIT

Author

Felix Manuel [email protected]

Repository

Git Repository

Installation

To get started with species-finder-db, you'll need to install the necessary dependencies. Run the following command:

yarn install

## Scripts

The following scripts are available for managing the project:

- **Build**: Compile TypeScript code to JavaScript.

  ```bash
  yarn build
  ```

- **Start**: Run the compiled JavaScript code.

  ```bash
  yarn start
  ```

- **Build and Start**: Run both build and start scripts sequentially.

  ```bash
  yarn build-start
  ```

- **Knex Migrate Up**: Apply all pending migrations.

  ```bash
  yarn knex:up
  ```

- **Knex Latest Migrations**: Run all migrations up to the latest.

  ```bash
  yarn knex:latest
  ```

- **Knex Migrate Down**: Roll back the last batch of migrations.

  ```bash
  yarn knex:down
  ```

- **Knex Make Migration**: Create a new migration file.
  ```bash
  yarn knex:make
  ```

## Development Dependencies

The following development dependencies are used in this project:

- `@eslint/js`: ESLint configuration for JavaScript.
- `@types/node`: TypeScript definitions for Node.js.
- `@typescript-eslint/eslint-plugin`: ESLint plugin for TypeScript.
- `@typescript-eslint/parser`: ESLint parser for TypeScript.
- `eslint`: Linter for identifying and reporting on patterns in JavaScript.
- `globals`: Defines global variables for various environments.
- `ts-node`: TypeScript execution environment for Node.js.
- `typescript`: TypeScript language support.
- `typescript-eslint`: TypeScript linting rules.

## Dependencies

The following dependencies are required to run the project:

- `dotenv`: Loads environment variables from a `.env` file.
- `knex`: SQL query builder and migration tool.
- `pg`: PostgreSQL client for Node.js.

## Contributing

If you would like to contribute to the project, please follow the standard pull request process and ensure that your code adheres to the project's coding standards.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

```

Feel free to customize the README further based on any additional information or preferences you may have!
```