All Projects â†’ ProjectNami â†’ Projectnami

ProjectNami / Projectnami

Licence: other
WordPress powered by Microsoft SQL Server

Projects that are alternatives of or similar to Projectnami

Kasia
🎩 A React Redux toolset for the WordPress API
Stars: ✭ 219 (-7.98%)
Mutual labels:  wordpress
Headless Wp Nuxt
🏔 Headless WordPress JAMstack Template
Stars: ✭ 229 (-3.78%)
Mutual labels:  wordpress
Wordpress Simple History
🔍🕵️‍♀️ WordPress audit log that track user changes in WordPress admin using a nice activity feed.
Stars: ✭ 232 (-2.52%)
Mutual labels:  wordpress
Wp Jamstack Deployments
A WordPress plugin for JAMstack deployments
Stars: ✭ 222 (-6.72%)
Mutual labels:  wordpress
Wechatblog
💘微信小程序 & 个人博客 & WordPress & WordPress REST API
Stars: ✭ 223 (-6.3%)
Mutual labels:  wordpress
Theme Sniffer
Theme Sniffer plugin using sniffs.
Stars: ✭ 228 (-4.2%)
Mutual labels:  wordpress
Vuetheme
WordPress theme using Rest API and Vue.js
Stars: ✭ 219 (-7.98%)
Mutual labels:  wordpress
Peachpie Wordpress
WordPress running on .NET Core.
Stars: ✭ 237 (-0.42%)
Mutual labels:  wordpress
Code Snippets
Code Snippets WordPress Plugin
Stars: ✭ 226 (-5.04%)
Mutual labels:  wordpress
Generator Chisel
Chisel is a development framework for creating easy to maintain and fast WordPress websites
Stars: ✭ 233 (-2.1%)
Mutual labels:  wordpress
Wordpress Ajax Load More
🔥 WordPress infinite scroll with Ajax Load More - the ultimate solution to add infinite scroll functionality to your WordPress powered website.
Stars: ✭ 222 (-6.72%)
Mutual labels:  wordpress
Fluentmigrator
Fluent migrations framework for .NET
Stars: ✭ 2,636 (+1007.56%)
Mutual labels:  sql-server
Ionic Wordpress Integration
Ionic Wordpress starter app 😎. Learn how to communicate your ionic app with Wordpress REST API with this starter and detailed tutorial.
Stars: ✭ 230 (-3.36%)
Mutual labels:  wordpress
Wordpress Popular Posts
WordPress Popular Posts - A highly customizable WordPress widget that displays your most popular posts
Stars: ✭ 219 (-7.98%)
Mutual labels:  wordpress
Memory
A theme for wordpress.
Stars: ✭ 235 (-1.26%)
Mutual labels:  wordpress
Oceanwp
Free multi-purpose WordPress theme
Stars: ✭ 219 (-7.98%)
Mutual labels:  wordpress
Gutenblock
The easiest way to develop and release Gutenberg blocks (components) for WordPress
Stars: ✭ 229 (-3.78%)
Mutual labels:  wordpress
Killshot
A Penetration Testing Framework, Information gathering tool & Website Vulnerability Scanner
Stars: ✭ 237 (-0.42%)
Mutual labels:  wordpress
Givewp
GiveWP - The #1 Donation Plugin for WordPress. Easily accept donations and fundraise using your WordPress website.
Stars: ✭ 233 (-2.1%)
Mutual labels:  wordpress
Cmb2
CMB2 is a developer's toolkit for building metaboxes, custom fields, and forms for WordPress that will blow your mind.
Stars: ✭ 2,676 (+1024.37%)
Mutual labels:  wordpress

Project Nami

Version: 2.7.0

Description:

Deploy to Azure

In its current form, Project Nami is basically WordPress powered by Microsoft SQL Server. All WordPress core features and functions are supported.

Why was Project Nami created?

The short answer here is, WordPress doesn't work with SQL Server. It's a sad story, but a true one. You may be so overjoyed this exists that you have no further questions on the matter. If so, that's great. Proceed to enjoy Project Nami. However, you may be asking yourself, why not just use some sort of database abstraction plugin, or simply write my own ( or use someone elses ) wp-db.php drop-in. After all, WordPress already supports replacing the database class with a custom one.

While I would agree with all of this, writing ( or using ) a custom wp-db.php drop-in is not enough to get WordPress running on SQL Server. In reality, WP Core is littered with MySQL-specific queries, which means a custom db class won't cover all your bases. WP will remain broken and unsuable.

So, what about using only a translation plugin? This can work, but it's hardly optimal. Every query that comes in needs to be parsed and converted to SQL Server style syntax before it's executed. Yikes!

We needed a version of WordPress powered by SQL Server in the cloud on Microsoft Azure. So, we rewrote WP Core to do this very thing. Porting WordPress may seem extreme, but the software simply isn't to the point where true database abstraction is feasible. Maybe someday it will be. In the meantime, Project Nami is an alternative. :)

A few things to note:

  • See our post on Plugin Compatibility for more information http://projectnami.org/plugin-compatibility/

  • Project Nami requires SQL Server 2012 or later in order to function properly. Until this version was released, there wasn't really a SQL Server native method of handling the MySQL LIMIT when using an offset. However, OFFSET FETCH can now be used in conjunction with ORDER BY to achieve the equivalent of a MySQL LIMIT with an offset.

  • Compatible with SQL Server 2017 on Linux platforms

Thank you for your interest in supporting our work!

Project Nami is an open source project derived from WordPress and available freely under the GPL. Your contributions help support our team and their expenses as they continue to support, maintain and extend the project.

Become a patron

CURRENT PATRONS

FRIENDS

Wagner Abilio Julio Moraes

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].