-
-
Notifications
You must be signed in to change notification settings - Fork 948
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found out in falcon that admin access is difficult to do and also graphical databases like neo4j cannot do and have not source. #1878
Comments
Hi 👋, Thanks for using Falcon. The large amount of time and effort needed to Please consider helping us secure the future of the Falcon framework with a Thank you for your support! |
Hi, I'm not sure I understand what is the request here, could you clarify? |
I want to connect to a graph database like neo4j. How do I do this? |
"Graphic" databases like neo4j is a duplicate of #1863 (moved to #1864). As for other points raised in the issue's title:
|
yes,exist panel in django admin and fastapi but in falcon is not |
Right... as explained on #1864, Falcon does not, itself, ship any ORM inside the framework (in fact, Falcon has no hard dependency on any 3rd party package). Furthermore, Falcon is focused on APIs and back-end services, not on back-end rendered pages like Django. AFAICT FastAPI does not ship a database admin either, although 3rd party community add-ons may exist for that purpose. This is the route Falcon takes as well -- we maintain a solid core, and let the community innovate specialized add-ons such as database administration. |
Could you clarify the last part of your comment "and have not source"? 😕 |
Would it be much easier to learn if falcon had a guide with an example? |
Falcon does have a User Guide, including quickstart and a longer tutorial. The unstable version of the guide (in b2 at the time of writing this) has tutorials both for WSGI, and ASGI (requires the upcoming Falcon 3.0). If you find anything specific missing or incorrect in those user guides, it is better to file a documentation issues against these. |
I'm going to close this issue since it spans a very broad range of subjects. You're also welcome to join our Gitter channels for chat 👋 To reiterate, when it comes to docs, we strive hard after having useful and comprehensive documentation; however we're aware that there's room for improvement: #1393. |
I found out in falcon that admin access is difficult to do and also graphical databases like neo4j cannot do and have not source.
The text was updated successfully, but these errors were encountered: