Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
o1lab
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
o1lab
6y ago
It's been a while I tried Django. Does Django admin provide a way to model schema in GUI and create migrations automatically ?
2.
▲
by
o1lab
6y ago
If you need a GUI tool that creates schema migrations automatically as you change schema - try XgeneCloud [1]. The GUI database client generates up and down SQL files automatically when you click and change schema. Currently, it supports My
3.
▲
by
o1lab
6y ago
Interesting concept and quite liked the playful logo. Can we pass in env variables to db connection ? We are in similar space, we take input params of db and generate CRUD apis with Auth+ACL and then APIs are packed into a single lambda fun
4.
▲
by
o1lab
6y ago
>> I haven’t written a migration in 1+ years This. Above should be the goal of every database backed application framework. A really well balanced post (author is super modest). >> Dialect support is no picnic. Are you doing SQL
5.
▲
by
o1lab
6y ago
XgeneCloud: writing APIs will never be simpler. With just one command you can generate REST/Graphql on 5 different types of databases instantly. https://github.com/xgenecloud/xgenecloud/ Has GUI for dB design
6.
▲
by
o1lab
6y ago
hey eatonphil, Really happy to come across this. Cool stuff. We launched[1] XgeneCloud last week. https://github.com/xgenecloud/xgenecloud And XgeneCloud also generates source code for REST APIs & GraphQL APIs with
7.
▲
by
o1lab
6y ago
>> (even if it was a little ridiculous to fire up a cluster for something Excel or SQLite could handle) I know above comment will be lost - but this is such a genuine truth.
8.
▲
by
o1lab
6y ago
Thank you. Yes, XgeneCloud started as a simple project (Xmysql) that was first showed on HN[1]. [1] Xmysql on HN : https://news.ycombinator.com/item?id=15580914
9.
▲
by
o1lab
6y ago
Excellent! Would be lovely to hear some feedback. :) Thank you for catching the typo in pricing - we will be fixing this.
10.
▲
by
o1lab
6y ago
Yes, Thank you. By using this you will never have to write CRUD APIs ever. That's about 60-80% of work in backend. Also it is absolutely free to use with all features.
11.
▲
by
o1lab
6y ago
we'll be adding a pubilc roadmap soon. Thanks for your input.
12.
▲
by
o1lab
6y ago
Which SQL database are you using ? It will take about two minutes to try
13.
▲
by
o1lab
6y ago
Please click on the link below :) Github : https://github.com/xgenecloud/xgenecloud Website : https://xgenecloud.com Usage: takes just two minutes npm install -g xc-cli xc app.install xc app.open
14.
▲
by
o1lab
6y ago
NoSQL is on our roadmap. Which NoSQL you had in mind ?
15.
▲
by
o1lab
6y ago
Thank you! We are fixing this.
16.
▲
by
o1lab
7y ago
For rest apis on mysql instantly - https://github.com/o1lab/xmysql/ (shameless plug)
17.
▲
by
o1lab
7y ago
ACL and other features are work in progress. Please watch repo for updates.
18.
▲
by
o1lab
7y ago
xmysql - Creates instant REST APIs over a mysql database. https://github.com/o1lab/xmysql/ Give it a try. (Im the author)
19.
▲
by
o1lab
7y ago
For those interested in creating REST APIs instantly on a mysql database https://github.com/o1lab/xmysql/
20.
▲
by
o1lab
7y ago
One of the short comings I found in many logging mechanism in backend is : There are no APIs to enable/disable logs at runtime. Have made an small attempt to fix it in node.js https://github.com/o1lab/dynamic-debug
21.
▲
by
o1lab
8y ago
See also : https://github.com/o1lab/xmysql/ Zero configuration to generate REST APIs for any MySQL databases (shameless plug)
22.
▲
by
o1lab
8y ago
If anyone is looking for apis for mysql : xmysql will be really helpful. https://github.com/o1lab/xmysql/ Xmysql is just one command to generate REST APIs for any mysql database.
23.
▲
by
o1lab
8y ago
.. This is WIP
24.
▲
Show HN: Generate 2,000 REST APIs within a second
(medium.com)
5 points
by
o1lab
8y ago
|
3 comments
25.
▲
by
o1lab
8y ago
Deriving an application using the best of frameworks - I believe is still very arduous. Yes, [ROR, Django,..] have helped but they kind of have been stagnant in their ease of deriving an app for many years. Hence I am using a home-brewed st
26.
▲
by
o1lab
8y ago
Building REST APIs for database schemas which do not follow conventions of frameworks (rails,django,play etc) is incredibly tedious. Xmysql solves this problem [1]. Within 2 seconds you can serve REST APIs for any MySql database. Other than
27.
▲
by
o1lab
8y ago
Xmysql: One command to generate REST APIs for any MySql database. https://github.com/o1lab/xmysql This has been a fun project that I worked on last year. I started to learn backend but felt the process of creating rest
28.
▲
by
o1lab
9y ago
This is neat. Was looking for something like this for Xmysql[1] - which has a CHART API to fetch 'numeric column distribution' in MySql table. The data from Xmysql-chart-api[2] can then be fed to this. Will give it a try over week
29.
▲
by
o1lab
9y ago
Xmysql: One command to generate api for any MySql database. Generates api at blink of an eye (literally). https://github.com/o1lab/xmysql Has some really nice apis for group by, join and intutive way to perform 'w
30.
▲
by
o1lab
9y ago
shameless plug (for MySql) : https://github.com/o1lab/xmysql/ supports where clause in intuitive way in queryinh provides 'many' apis for groups provides api for join
More ›