Code Monkey home page Code Monkey logo

Comments (7)

tpizza avatar tpizza commented on August 16, 2024

23 days later...I'd say DOA

from nodal.

fh-thudson avatar fh-thudson commented on August 16, 2024

dang, I am starting a new project today. It needs a really nice API. Guess I am still going with my old stack. Propel ORM2.0 and SlimAPIFramwork.

I just can't get this project to do migrations since the videos are so old.

up() {

return [
  this.addColumn({"name":"ez_id","type":"int"})
];

}

Migrate just doesn't work. I guess I can build my own database and just reverse it.

from nodal.

limitlis avatar limitlis commented on August 16, 2024

Not sure if this'll help, but while the videos are outdated and i got stuck once of twice while following... the Wiki is pretty good still.

See: https://github.com/keithwhor/nodal/wiki/Migration-Examples

Looking at that example you'll see it's not an object thats being passed in.

this.addColumn("employees", "address1", "string", {"nullable":false})

from nodal.

jacoblee93 avatar jacoblee93 commented on August 16, 2024

Hey everyone! The project is not dead, and is being actively maintained and used to power parts of StdLib's (https://stdlib.com) infrastructure. We'll aim to be more responsive in the future, but the bulk of our focus will be on StdLib and helping developers build APIs there.

Thanks @limitlis for the fix there as well!

from nodal.

fh-thudson avatar fh-thudson commented on August 16, 2024

I was able to dive into the framework code and find that info. It did work. Now I am just working on relationships and tieing them into each other.

I am a PHP guy but I wanted to move away from PHP. My normal ORM is Propel2.0.

The project I am starting today is going to need to be built for massive scale.

from nodal.

fh-thudson avatar fh-thudson commented on August 16, 2024

I'm just really struggling with basic stuff like joins not working. Relationships to being defined even though I'm defining them. So clearly JS isn't for me.

from nodal.

jacoblee93 avatar jacoblee93 commented on August 16, 2024

Hey @fh-thudson, maybe I can help? What sort of joins are you trying to do?

Might also be helpful to separate this into another issue.

from nodal.

Related Issues (20)

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.