Giter Site home page Giter Site logo

dbml-parser's People

Contributors

jameswilddev avatar renovate-bot avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

dbml-parser's Issues

Re-entrancy

Currently, no thought has been given to re-entrancy. Should this be allowed? Tested?

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

composer
composer.json
  • php ^5.6|^7.0|^7.1|^7.2|^7.3|^7.4|^8.0
  • phpunit/phpunit 9.5.10
  • vimeo/psalm 4.9.1
github-actions
.github/workflows/workflow.yml
  • shivammathur/setup-php v2

  • Check this box to trigger a request for Renovate to run again on this repository

Simplified API

While the streaming API won't be significantly changing, most of the time its complexity isn't necessary. Perhaps some simple helper functions which string all of the components together?

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: Cannot find preset's package (github>whitesource/merge-confidence:beta)

Collator

Takes a stream of statements and produces a completed schema object.

Parser does not recognize `indexes` or `note` following a column

The following files are not correctly parsed due to missing state transitions:

table example { 
  example_name example_type
  note: 'example note'
}
table example { 
  example_name example_type(example_size)
  note: 'example note'
}
table example { 
  example_name example_type
  indexes {}
}
table example { 
  example_name example_type(example_size)
  indexes {}
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.