Thanks to visit codestin.com
Credit goes to github.com

Skip to content

UfukTogay/DB2API

Repository files navigation

DB2API

DB2API is a tool designed to generate API structures from your PostgreSQL database. By providing basic connection details, the tool introspects your database, identifies tables, columns, relationships, and crafts a foundational API structure.

Features

  • Prompt-based setup: Easily configure your project and database details.
  • Secure password handling: Encrypts database passwords for added security.
  • Dynamic structure generation: Create API structures based on your database schema.
  • Extensible templates: Modify and extend templates to match your desired API structure.

Installation

  1. Clone this repository:

    git clone <repository-url>
    
  2. Navigate to the project directory:

    cd DB2API
    
  3. Install the required packages:

    pip install -r requirements.txt
    

Usage

Run the main script:

python main.py

Follow the prompts to set up your project and connect to your database.

Contribution

Contributions are welcome! Please read the contribution guidelines before making any changes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published