This is the Jetelina home page
‘Jetelina’ is server-side middleware which is for managing your database and its Data Base Interface(DBI). Jetelina is an opensource program which is provided under MIT license. You can use Jetelina free and eidt it as far as keeping the license.
Jetelina can manage PostgreSQL, MySQL, redis and MongoDB so far, and you can use them at once. I mean, for example, PostgreSQL and redis run parallel on your server by managing Jetelina. All tables of each of databases are shown on Jeteina’s screen and can create DBI by selecting thier columns, i mean, you can create a SQL sentence ‘select name, address from yourtable’ sentence by selecting ‘name’ and ‘address’ columns from ‘yourtable’ table on Jetelina. This SQL sentence is to be able to accesse through JSON form. The insert/update/delete sentences are created automatically by Jetelina when you upload a CSV file that is the origin to be a table.
The details are shown in Functions section.
‘How to install Jeteina’ and/or ‘How to use Jetelina’ are please refer each of sections, they have some introduction video as well.
System requirements
- Julia >= 10.0
- RDBMS is mandatry: PostgreSQL or MySQL
for managing users of Jeteilna and something else - Other DBs are options: redis, MongoDB
depend on your usecase - Linux(confirmed Ubuntu24), Mac, Windows
no matter what os, as far as Julia works fine
Update infomation Version file repository
The current version is v.3.0, released on Mar/2025.
Something news&info
this site has been renewal on ….. (must update here)
image for runing on your server
