Skip to content
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

Implement .net functions (like procedures). #28

Open
NTDLS opened this issue Jun 13, 2023 · 5 comments
Open

Implement .net functions (like procedures). #28

NTDLS opened this issue Jun 13, 2023 · 5 comments
Labels
engine The database engine. enhancement New feature or request

Comments

@NTDLS
Copy link
Owner

NTDLS commented Jun 13, 2023

Add .net functions (like procedures) that take parameters and are stored as a compiled assembly.

@NTDLS NTDLS added the enhancement New feature or request label Jun 13, 2023
@NTDLS NTDLS added the engine The database engine. label Oct 5, 2023
@ingted
Copy link
Contributor

ingted commented Feb 22, 2024

I like this and let me read the code first then to see if I am capable of joining the collaboration...
Is it possible to start this from API level then the SQL statement level?

@NTDLS
Copy link
Owner Author

NTDLS commented Feb 22, 2024

So you mean “Start the .net functions from the API level” or “start the server from the API level”? All primitive operations (schema creation, procedure execution, index rebuilding, etc) is (or will be) available via API. The query language is an abstraction on top of those APIs.

@ingted
Copy link
Contributor

ingted commented Feb 23, 2024

Got it, let me check the code and try to illustrate my perception.^^

@NTDLS
Copy link
Owner Author

NTDLS commented Feb 23, 2024

I’m always open. Collaboration, discussion, you name it! Let me know if you need anything.

@NTDLS
Copy link
Owner Author

NTDLS commented Feb 24, 2024

I totally misinterpreted your comment. Yea, start wherever you like! 😎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine The database engine. enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants