redaloui

Results 11 issues of redaloui

Hi SleekDB Community, what do you think of, applying given functions on selected columns, for example, I need to use hash sha256 on '_id' could/should be available for "select", "insert"...

discussion
feature

Hi SleekDB community, I did found a library that use a simpler approach for joins , $users = $db->collection('Users'); $comments = $db->collection("Comments"); $users->where('id', '=', '1')->join($comments, 'user_id', 'id')->fetchArray() what do you...

enhancement
discussion

@rakibtg @Timu57 Hi SleekDB, I was thinking if you could add functionality that allows users to manipulate store result array by applying multiple sorting and selecting filters instead of doing...

feature

Hi @Timu57 I've read that you are working on a new SleekDB, like rewrite from scratch in the next release of SleekDB, that you are working on, what do you...

@Timu57 @rakibtg Hi, How about making a benchmark for SleekDB, for example, how many files, volume storage, and speed can SleekDB handle easily, it will be very beneficial for newcomers,...

Hi SLeekDB Community, what about adding a load balancing for SleekDB, by making it replicate data between multiple points, and saving the sync state, each time sync is made

discussion
feature

why not implement specific language search algo, to be more suitable for languages, for example, my case "ARABIC", there are many language parameters, to be put on the mind, in...

enhancement
discussion

Hi @mike42 , can you help me please with this issue, I can print using a local webserver, but not from my hosted website? it shows me this error Couldn't...

Hi Doclite, thank you for the awesome library, is there any built-in function for example to get the count of documents in a collection, and such functions? (like the last...