Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. .NET Database Migrations

.NET Database Migrations

Scheduled Pinned Locked Moved .NET (Core and Framework)
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    AntonGogolev
    wrote on last edited by
    #1

    Hi there! I've just released an Alpha 1 of a new .NET database migration toolkit and hope you'll find it interesting. It's pretty much inspired by Ruby on Rails (namely, ActiveRecord Migrations). Most notable features are: a special DSL for writing migrations

    migration "Oxite" revision => 1:
    version 20090323103239:
    oxite_Language:
    LanguageID type => Guid, nullable => false, primary-key => true
    LanguageName type => AnsiString, length => 8, nullable => false
    LanguageDisplayName type => String, length => 50, nullable => false

            index "" columns => \[LanguageName, \[LanguageDisplayName, desc\]\]
    

    automatic version tracking, automatic generation of "downgrade" migrations and generally a very seamless experience while dealing with the DB. Project is open-source (MIT License) and is available at http://code.google.com/p/octalforty-wizardby/[^]

    L 1 Reply Last reply
    0
    • A AntonGogolev

      Hi there! I've just released an Alpha 1 of a new .NET database migration toolkit and hope you'll find it interesting. It's pretty much inspired by Ruby on Rails (namely, ActiveRecord Migrations). Most notable features are: a special DSL for writing migrations

      migration "Oxite" revision => 1:
      version 20090323103239:
      oxite_Language:
      LanguageID type => Guid, nullable => false, primary-key => true
      LanguageName type => AnsiString, length => 8, nullable => false
      LanguageDisplayName type => String, length => 50, nullable => false

              index "" columns => \[LanguageName, \[LanguageDisplayName, desc\]\]
      

      automatic version tracking, automatic generation of "downgrade" migrations and generally a very seamless experience while dealing with the DB. Project is open-source (MIT License) and is available at http://code.google.com/p/octalforty-wizardby/[^]

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      A post about this technology is less effective than a fullblown-article; here it might even attract flames, since it's not a programming_question_. An article OTOH doesn't have to contain a question, but can also be used to introduce new idea's or frameworks. Plus they're easier to find through Google ;)

      I are troll :)

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups