Plsm icon indicating copy to clipboard operation
Plsm copied to clipboard

Elixir mix task to generate Ecto models from already existing tables

Results 18 Plsm issues
Sort by recently updated
recently updated
newest added

so that file names and ecto structs are singular rather than plural

I'm not sure how to fix this. It seems like there isn't a pattern match for a boolean field. I'm using Postgres 13.x and have PostGIS enabled. Will it work...

Fixes postgresql byte array type

Hi @jhartwell I am currently learning Elixir and Plsm has come in handy to generate Ecto models from an existing basic SQLite database of a pet project that I want...

Hello, thank you for the great on this project. I'm trying to use it in a project, but it throws dependency errors: When using `{:plsm, "~> 2.3.2"}` ``` Failed to...

I added most of the types that MySQL supports (all the ones that are straight forward). I also made the Export module a little more resilient. If a type is...

I got a runtime error that I tracked down to a table with MySQL `mediumtext` columns. I got past it by deleting the table as I didn't need in for...

Tried to run Plsm on the Fishbowl inventory system MySQL database. ``` ➜ mix plsm Using MySql... ** (FunctionClauseError) no function clause matching in Plsm.IO.Export.map_type/1 The following arguments were given...