Code Monkey home page Code Monkey logo

Comments (3)

koobooteam avatar koobooteam commented on June 13, 2024

The Kooboo embedded database engine should be able to handle millions of records in the future, and should have better performance than MongoDb. However we still need to do many performance improvement, and right now it is optimized for small amount of data.

It is part of our design that user must be able to use their own database engine

The new Kooboo has a very clean separation between Backend (data model and CRUD) and frontend (HTML/CSS/JS) task.

Communication with MongoDb is part of the Backend task, which can be exposed as kScript methods or Kooboo DataSource.

DataSource is used for View Model Binding. kScript is used by front end developer to call backend methods.
If you want to implement MongoDb, for now, you need to use the source code and check the designed interface here.
https://www.kooboo.com/en/documentation/csharp-extensions

I will provide examples in the future.

from kooboo.

rdonmez avatar rdonmez commented on June 13, 2024

Thank you for the explanation. It sounds great.

from kooboo.

koobooteam avatar koobooteam commented on June 13, 2024

Hi Rdonmez,

We made a simple example of how to connect to your own Database.

Please find the file attached. There is a readme.txt inside that describe how to use the example.

Kooboo_mssql_extension.zip

from kooboo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.