Hi does anyone have a copy of FoundationDB source. This seems to have been pulled from GitHub. If someone has a forked copy please share.
FoundationDB forked source
1–8 of 8 posts
Re: FoundationDB forked source
#2[deleted]
Re: FoundationDB forked source
#3You mean for the SQL layer and client libs and the other things that were open, right? The core code was all closed.
I would imagine maybe the SQL parser would be of value if it could be ressurected. Standalone SQL parsers are hard to find.
Re: FoundationDB forked source
#4FDB's source was never on GitHub.
FDB was closed-source with a few open-source official bindings.
Re: FoundationDB forked source
#5I found this old fork for the sql-parser https://github.com/z16385947/sql-parser, as 15155 said FBD source is closed.
Re: FoundationDB forked source
#6I found this old fork for the sql-parser https://github.com/z16385947/sql-parser , as 15155 said FBD source is closed.
thanks
Re: FoundationDB forked source
#7You mean for the SQL layer and client libs and the other things that were open, right? The core code was all closed. I would imagine maybe the SQL parser would be of value if it could be ressurected. Standalone SQL parsers are hard to find.
correct and thanks.
Re: FoundationDB forked source
#8[deleted]