SearchLight.jl
SearchLight.jl copied to clipboard
ORM layer for Genie.jl, the highly productive Julia web framework
For backends that support it. Similar to, for MySQL: * `LOAD DATA INFILE` * Bulk inserts (`INSERT INTO`): `INSERT INTO class_result VALUES (1,’John’,’A’),(2,’Elsa’,’D’),(3,’Sophia’,’B’),(4,’Paul’,’B’),(5,’Saira’,’A’)`
The docs in the readme section 404. Are these docs deployed elsewhere?
I'm still trying to get all() to work with [this resource](https://github.com/GenieFramework/SearchLight.jl/issues/55). As a work-around to that first issue, I'm using this code temporarily, although it totally isn't right (I shouldn't...
sir,we need a completed doc about searchlight(how to use it),and does it suppurt all databases with same query language?
Can I use searchlight alone in a project?
Hello! I really am eager to see SearchLight become a fully-documented web framework for Julia, something the language desperately needs. The code looks very capable, it's just a challenge to...
Including Union{Nothing,T}
**Describe the bug** Following the setup instructions for GenieAuthentication, the moment I run the SearchLight migration, I get an error. **Error stacktrace** ``` julia> SearchLight.Migration.up("CreateTableUsers") ERROR: MethodError: no method matching...
Today you need to specify all the columns from a table in the migrations file and then write them all again in the respective model file. Basically you have to...
**Is your feature request related to a problem? Please describe.** I have a table already in use that has a certain naming convention which is not the same as SearchLight...