Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bieberChen
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
bieberChen
2y ago
I use nestjs in my open source no-code database https://github.com/teableio/teable , and I really like it, especially the dependency injection capability.
2.
▲
by
bieberChen
3y ago
We have a plan to do it, we have a lot of user feedback, and we find it very useful
3.
▲
by
bieberChen
3y ago
Can you share the detail? you mean cant deploy on mac?
4.
▲
by
bieberChen
3y ago
search ”In the comments” in this page
5.
▲
by
bieberChen
3y ago
Fixed~
6.
▲
by
bieberChen
3y ago
There is currently no "join" capability, but there is a "Link Field" to handle table relationships. We also found the calendar view useful, as it sits in the middle of the requirements priorities
7.
▲
by
bieberChen
3y ago
Teable can currently share forms to get data from external users. You can also integrate with other lowcode tools to build external application interfaces
8.
▲
by
bieberChen
3y ago
you are right, I'll fix it~
9.
▲
by
bieberChen
3y ago
In the SingleLineText field, you can choose to show as email, Any format verification (regex) will be introduced in the future.
10.
▲
by
bieberChen
3y ago
It's kind of like collaborating directly on a database (Through the Grid that has been prepared) rather than building an application interface
11.
▲
by
bieberChen
3y ago
This pun is interesting; the 'new' in Teable is literally the 'e'. I've addressed the product comparison questions in a public reply, hoping it's helpful.
12.
▲
by
bieberChen
3y ago
In the comments, everyone is interested in the core differences between Teable and similar products. Here, I'll compare the products mentioned. Please note that since I'm not a deep user of the other products, there might be inacc
13.
▲
by
bieberChen
3y ago
Thank you!
14.
▲
by
bieberChen
3y ago
Sure we will, this week.
15.
▲
by
bieberChen
3y ago
I'm truly sorry if our actions have caused any offense. Our team consists of 5 freelance programmers without any designers on board, and without any funding, so we had to tackle the design aspect ourselves. Initially, we planned to use
16.
▲
by
bieberChen
3y ago
Don't worry, it's been noted!
17.
▲
by
bieberChen
3y ago
NocoDB is a pretty impressive product. In fact, the idea for creating Teable emerged around the same time NocoDB was released. The challenge with Teable is our desire to provide a fully No-Code and real-time collaborative experience on the
18.
▲
by
bieberChen
3y ago
That is what I want to share. When users create fields in the visible table, it directly creates columns in the corresponding Postgres table. There's a mapping between the fields on the UI and the physical columns. At the same time, re
19.
▲
by
bieberChen
3y ago
I must say, this suggestion is fantastic, super grateful!
20.
▲
by
bieberChen
3y ago
In fact, we haven't seriously discussed commercialization yet; our main focus is on perfecting the basic functionalities. But I believe the price will definitely be very reasonable.
21.
▲
by
bieberChen
3y ago
In fact, Teable has no limit on the number of rows; you can always trust Postgres . Here's a table with 1 million rows [0], where you can experience the response speed as well as the feedback from filtering and sorting. [0]: https:&#x
22.
▲
by
bieberChen
3y ago
GlideGrid is an outstanding canvas grid component (interestingly, it was initially used by us before we decided to create our own version to enhance the user experience). Teable, on the other hand, is a fully-featured no-code platform aimed
23.
▲
by
bieberChen
3y ago
If I understand correctly, this feature is currently supported. You can try the Sales CRM template https://template.teable.io/t/recHJEzSkIZ1IpjltNZ . In the first table named Opportunities, if you expand the first row,
24.
▲
by
bieberChen
3y ago
A more optimal approach is to utilize the SDK to use the table as a React component within the application. This capability will be iterated later. Teable's UI interface is all built on top of a standalone SDK. In theory, both componen
25.
▲
by
bieberChen
3y ago
Technically feasible, if you deploy Teable under the same domain with your own app, the user sessions can be shared then you can use an iframe to embed the table into your application, and backend services can access table data within Teabl
26.
▲
by
bieberChen
3y ago
I'm thrilled to hear that!
27.
▲
Show HN: Teable – Open-Source No-Code Database Fusion of Postgres and Airtable
(github.com)
279 points
by
bieberChen
3y ago
|
94 comments
28.
▲
by
bieberChen
3y ago
I build a better one https://teable.io/ and plan to open source it next week