Skip to content

A similar set of functionality to ActiveSupport's Inflections methods. Could be useful in building an interface to a Rails managed database schema.

License

Notifications You must be signed in to change notification settings

acsellers/inflections

Repository files navigation

Inflections for Go
------------------

Inflections for Go is a library for the Go language
that is similar in functionality to the Inflections
part of ActiveSupport that comes with the Rails 
project for the Ruby language. I was implementing a
Go interface for a database that is/was/will continue
to be managed by a Rails codebase. In order to do that
I had to make Go code thing like a Rails codebase.

Long term I want to fill out this library and have
close parity with the Rails code so that other 
programmers who also need this functionality will 
be able to use this library to serve a similar need.

About

A similar set of functionality to ActiveSupport's Inflections methods. Could be useful in building an interface to a Rails managed database schema.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages