Questions about the Genie.jl full stack web development framework, which uses the Julia programming language
Questions tagged [genie.jl]
20 questions
1
vote
1 answer
How to configure SQLite for Genie MVC application?
I am following https://github.com/essenciary/genie-watch-tonight.
Please help me in resolving the following SQLite issue:
julia> using SQLite
[ Info: 2022-01-09 09:46:39 Precompiling SQLite [0aa819cd-b072-5ff4-a722-6bc24af294d9]
ERROR: LoadError:…

AVA
- 2,474
- 2
- 26
- 41
1
vote
1 answer
How to configure Genie for production environment?
How can I configure Genie for production? It is creating the application for development environment:
Active env: DEV
Full logs:
[root@srvr0 ~]# julia
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) |…

AVA
- 2,474
- 2
- 26
- 41
0
votes
0 answers
Using Julia variables in a Javascript function of a Julia Genie app
In Julia Genie MVC app view files, It is possible to include javascript functions to add functionality to the generated page. Is there a way to pass julia Variables like dicts to the Javascript functions defined in the genie view files?

Dangila
- 1,434
- 3
- 14
- 25
0
votes
2 answers
Genie.jl app stops running after I start it with up() function and close Julia
I would like to deploy Genie.jl app. So, I start it using up() function with user specified hostname and port and also async=true. Later I closed Julia expecting the app to work but it doesn't.
May I know what should I be doing?
Thank you

SpatialFuel
- 23
- 2
0
votes
1 answer
Julia - Genie Dashboard Table not displaying data
I'm new to Genie (and Julia) and I'm trying to make a basic dashboard on video game data, but am having some issues displaying my data.
I have my app as:
module App
using CSV
using DataFrames
using GenieFramework
@genietools
# dataset
const data =…

Jack Gee
- 136
- 6